Home » C++ Programming » Questions and Answers » Question
  1. Which are not full container classes in c++?
    1. Container adaptor
    2. Sequence container
    3. Associative container
    4. All of above
    5. None of these
Correct Option: A

Container adaptors are not full container classes, but classes that provide a specific interface relying on an object of one of the container classes such as deque or list to handle the elements.



Your comments will be displayed only after manual approval.