Back-End/Java_1
[Java] Aggregation in java
리딩리드
2016. 8. 23. 17:28
Aggregation in java
- If a class have an entity reference, It is known as Aggregation
1. Why use Aggregation
- For code Reuseability
2. Example
1) Address.java
2) Emp.java