what are the types of container classes in


What are the types of container classes in C++? 

Ans) A container class is a class that is used to hold objects in memory/external storage. A container class behaves 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 having a group of mixed objects, the container is known a heterogeneous container; when the container is holding a group of objects that are all the similar, the container is known as homogeneous container. 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: what are the types of container classes in
Reference No:- TGS0412992

Expected delivery within 24 Hours