Which Statements Among The Following Are Correct About The #700
Which statements among the following are correct about the Collection Classes available in Framework Class Library?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions - Collection Classes - Quiz No.1.
Which statements among the following 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 modified only if all the elements are of similar types
Elements stored in a Collection can be retrieved but cannot be modified
Collection classes make use of efficient algorithms to manage the collection, hence improving the performance of the program