• Collection Classes - General Questions
16. 

Which of the following statements are correct about the Collection Classes available in Framework Class Library?

A. Elements of a collection cannot be transmitted over a network.
B. Elements stored in a collection can be retrieved but cannot be modified.
C. It is not easy to adopt the existing Collection classes for newtype of objects.
D. Elements stored in a collection can be modified only if allelements are of similar types.
E. They use efficient algorithms to manage the collection, thereby improving the performance of the program.