C# Programming - Collection Classes - Discussion

Discussion Forum : Collection Classes - General Questions (Q.No. 16)
16.
Which of the following statements are correct about the Collection Classes available in Framework Class Library?
Elements of a collection cannot be transmitted over a network.
Elements stored in a collection can be retrieved but cannot be modified.
It is not easy to adopt the existing Collection classes for newtype of objects.
Elements stored in a collection can be modified only if allelements are of similar types.
They use efficient algorithms to manage the collection, thereby improving the performance of the program.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.