Interview Question
Created by admin on Sat, 17/11/2012 - 15:24
Question:
What is a container class? What are the types of container classes ?
Language:
Answer:
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.