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 mentioned |
|
Answer» The correct choice is (d) All of the mentioned To explain I would say: These are the design specific requirements for building a container from the scratch. |
|