Home » C++ Programming » Questions and Answers » Question
  1. What do container adapter provide to interface?
    1. No interface
    2. Restricted interface
    3. More interface
    4. All of above
    5. None of these
Correct Option: B

A container adapter provides a restricted interface to a container.In particular, adapters do not provide iterators; they are intended to be used only through their specialized interfaces.



Your comments will be displayed only after manual approval.