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 a derived class in c#?
What is a trace and asset? Explain some differences?
What is difference between a function and a method?
What types of object can I throw as exceptions?
Why cannot you specify the accessibility modifier for methods inside the interface?
what happens if you inherit multiple interfaces and they have conflicting method names?
Why to use lock statement in c#?
What is the difference between internal and protected in c#?
What is the use of partial methods?
What’s thread.sleep() in threading ?
What does addressof operator do in background ?
the c# keyword .int. Maps to which .net type?
What is the process of Serialization?
How do I download a program to my desktop?
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.