Can you store multiple data types in System.Array?
Answer Posted / sam
yes we can store multiple data type in system.Arry but the problem is when we retrieve the data then...
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is the difference between struct and class in c#?
What is default c#?
What is datagrid c#?
What are sessions in c#?
What are the characteristics of c#?
Is list a collection c#?
What does the dispose method do with the connection object?
Can you inherit multiple classes in c#?
How is lazy loading achieved?
What are the advantages of properties in c#?
Explain Constructor and destructor?
What does the keyword “virtual†declare for a method or property?
What is the difference between throw and throw ex?
Explain hash table in c# ?
Can a constructor have a return type?