Home / C# Programming / Collection Classes :: Discussion

Discussion :: Collection Classes

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

  2. 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.

    View Answer

    Workspace

    Answer : Option E

    Explanation :

    No answer description available for this question.


Be The First To Comment