InterviewSolution
Saved Bookmarks
| 1. |
Which interface in the container is required for storage management?(a) Memory management(b) Allocator interface(c) Memory interface(d) Storage interfaceThis question was posed to me in homework.My question comes from Container Design in portion Class Hierarchies, Library & Containers of C++ |
|
Answer» CORRECT answer is (b) ALLOCATOR interface Explanation: Allocator interface in the CONTAINER is REQUIRED for storage management. |
|