-
Which are not full container classes in c++?
-
- Container adaptor
- Sequence container
- Associative container
- All of above
- 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.