Nested classes
#Aggregation
Examples of nested classes
Examples of Aggregation
Constructor in Inheritance
Nested Classes:
One Class may have another Class.
When a class defined inside the class.
Aggregation: (Containment or Composition or Containership)
When a class contains objects of another class as its member
Relationship among classes:
When a class inherits from another class : IS-A relationship
When a class contains objects of another class as its member: HAS-A relation
more tutorial visit : http://www.BestSoftwareInstitute.com