-
What do container adapter provide to interface?
-
- No interface
- Restricted interface
- More interface
- All of above
- 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.