Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 1 (Q.No. 19)
19.
If container classes are carefully constructed, then these tools are available to work with structures that are not ______
valid without container classes
programmer-defined
type-specific
public
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
8 comments Page 1 of 1.

Ayesha said:   5 years ago
Containers are objects that hold data (of same type). We can construct a container class, that's Template. Container have a same type so called homogeneous.

A Container is an object that stores other objects as its elements.

Container are implemented as a Template. Container class is a template or independent type so we can store any type of data, so the answer is C.

Harika said:   8 years ago
We can construct a container class, that's it.

We didn't define or mention only some specific data will be stored in that class, class is a template or independent type so we can store any type of data, so the answer is C.

Adhu said:   8 years ago
Please expalin it briefly. Please.

Bhn said:   1 decade ago
A Container is an object that stores other objects.

Amr said:   1 decade ago
Can any one explain it in easy way what's the meaning of containers?

Abhishekppardeshi said:   1 decade ago
By Defination:.

Containers are objects that hold data (of same type).

For example: a vector container defines functions for inserting elements, erasing the contents and swapping the contents of two vectors.

Hence, the answer is C.

Siha said:   1 decade ago
Please explain this.

Priyanka choudhary said:   1 decade ago
Explain this question briefly

Post your comments here:

Your comments will be displayed after verification.