Composition in Java
Composition in Java is one of the core concepts of object-oriented programming. It is different from the inheritance in Java. Inheritance is defined as Is-A relationship whereas, composition is defined as Has-A relationship. Both composition and inheritance are design techniques…




