Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:57 pm
by answerhappygod
a) Elements of a collection cannot be transmitted over a network
b) Elements stored in a collection can be modified only if all the elements are of similar types
c) Elements stored in a Collection can be retrieved but cannot be modified
d) Collection classes make use of efficient algorithms to manage the collection, hence improving the performance of the program