It is also called as container classes or composition or nested classes or member classes for aggregation or collection. Container ship represents has a relationship. Contains object of data member such a mechanism is called as containership. Example: Use the concept of container ship to design a class student with data paper roll number name date of birth department. define Member function get info and show in. #include <iostream> #include <conio.h> using namespace std; class Date { private: int D , M , Y ; public: void readData () { cout << "Enter Date (DD/MM/YYYY): " ; cin >> D ; cin . ignore (); ...