Java Association Aggregation And Composition

Association is a mechanism to define a relationship between classes of objects. Two classes are said to be associated with each other if they are related to each other in some way. Types of Association Is-A Has-A Aggregation Composition Important definitions for association Subclass/child class/ derived class A class which is derived from another class. … Read more