InterviewSolution
Saved Bookmarks
| 1. |
What type of class template is list?(a) Class-based(b) Node-based(c) Method-based(d) size-based |
|
Answer» Correct answer is (b) Node-based For explanation: It is node-based because it allows for efficient insertion anywhere in the program. |
|