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

To EXPLAIN I would say: These are the DESIGN SPECIFIC requirements for building a container from the SCRATCH.



Discussion

No Comment Found

Related InterviewSolutions