How to store different types in Array? Get link Facebook X Pinterest Email Other Apps December 07, 2017 If you want to store different kind in single array then you have to create array of object then you can store different type element in single array. object [] obj=new object[3]; Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment