Lecture# 9 Nesting of classes and Aggregation with example

Опубликовано: 19 Октябрь 2024
на канале: Dr. Lalit Kishore Arora (Prof Computer Science)
552
8

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