Complete Core Java - Has A relation & Aggregation vs Composition

preview_player
Показать описание
Complete Core Java - Has A relation & Aggregation vs Composition: In this lesson, Utkarsh Srivastava explains about the Has-a relation between Java classes, also the difference between Aggregation & Composition. The objective of this course is to help individuals understand and acknowledge the nuances of Java programming language. A programming language that is still relevant after 22 years of existence.

Рекомендации по теме
Комментарии
Автор

Every nested class dont required outer class object for example local inner class dont require object of outer class

umeshnaik