Home / CSE / Object Oriented Programming Using C++ :: Discussion

Discussion :: Object Oriented Programming Using C++

  1. If you wanted to sort many large objects or structures, it would be most efficient to

  2. A.
    place them in an array and sort the array
    B.
    place pointers to them in an array and sort the array
    C.
    place them in a linked list and sort the linked list
    D.
    place references to them in an array and sort the array

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment