Container class means …
A. used to hold objects in memory
B. used to represent other classes
C. A container class acts as a generic holder

Options
- A and B only
- B and C only
- A and C only
- A, B and C only


CORRECT ANSWER : A and C only

Discussion Board
C++ - STL

Container class is used to hold memory objects in memory. It acts as a generic holder. There are several different types of containers like dequeue, list, vector, map etc.

Prajakta Pandit 01-30-2017 04:30 AM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement