What is a container class? What are the types of container classes?
Answer Posted / 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 |
Post New Answer View All Answers
Write a function to find the nth item from the end of a linked list in a single pass.
What are the rules about using an underscore in a c++ identifier?
Name the operators that cannot be overloaded in C++?
What do you mean by ‘void’ return type?
Explain the difference between c & c++?
What is a stack c++?
What is private public protected in c++?
What is microsoft c++ redistributable 2013?
Why do we need constructors in c++?
Please explain the reference variable in c++?
Is set c++?
Name four predefined macros.
Can a built-in function be recursive?
Why are arrays usually processed with for loop?
Describe linkages and types of linkages?