Which collection will you use to store different types of
objects collection like... int, employee, student, object
etc.
Answer Posted / muralik.it
its better to use generic class ie list
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is gui in c#?
Is typeof c#?
What is different between Static Constructor and Private Constructor?
What is interpolation in programming?
What are the steps to create a webservice and consume it?
What is the difference between parse and tryparse in c#?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
What is asenumerable in c#?
Can bool be null c#?
Is 0 an unsigned integer?
What are types in c#?
What is the difference between struct and class c#?
What are constructors in c#?
Can I define my own exceptions?
What are the benefits of using generics in c#?