Home » C++ Programming » Questions and Answers » Question
  1. What type of class template is list?
    1. Method-based
    2. Class-based
    3. Node-based
    4. All of above
    5. None of these
Correct Option: C

It is node-based because it allows efficient insertion anywhere on the program.



Your comments will be displayed only after manual approval.