InterviewSolution
Saved Bookmarks
| 1. |
What are the design requirements for building a container from the sratch?(a) Container interface requirements(b) Allocator interface requirements(c) Iterator requirements(d) All of the mentionedI had been asked this question at a job interview.My question is from Defining a New Container in section Class Hierarchies, Library & Containers of C++ |
|
Answer» The CORRECT choice is (d) All of the mentioned |
|