Answer Posted / saroj das ,
containers are objects that hold other object . there are
different type vector, dequeue,list, map etc...
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
Explain the static storage classes in c++.
What is the difference between struct and class?
What is purpose of abstract class?
What is constructor c++?
How can you differentiate between inheritance and implementation in c++?
Is there finally in c++?
Explain the concept of copy constructor?
How can you tell what shell you are running on unix system?
What is the use of object in c++?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
Is the declaration of a class its interface or its implementation?
Is it possible to use a new for the reallocation of pointers ?
When should overload new operator on a global basis or a class basis?
Define a pointer to a data member of the type pointer to pointer?
Do vectors start at 0 c++?