What is a container class? What are the types of container classes?
Answer / subham chaudhary
A container class is a class that is used to hold objects in memory or external storage. A container class acts as a generic holder. A container class has a predefined behavior and a well-known interface. A container class is a supporting class whose purpose is to hide the topology used for maintaining the list of objects in memory. When a container class contains a group of mixed objects, the container is called a heterogeneous container; when the container is holding a group of objects that are all the same, the container is called a homogeneous container.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the 2 main types of data structures?
Show the declaration for a static function pointer.
What is the rule of three?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
What data encapsulation is in c++?
Define token in c++.
tell me about yourself ?i want answer for frehers with various exasmples?
Is structure can be inherited?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
What is stack unwinding?
When do you call copy constructors?
what are the iterator and generic algorithms.