Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 9 (Q.No. 32)
32.
If you wanted to sort many large objects or structures, it would be most efficient to
place them in an array and sort the array
place pointers to them in an array and sort the array
place them in a linked list and sort the linked list
place references to them in an array and sort the array
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.