Skip to content

task 3:

Saad Tariq requested to merge task-3 into main

3.2. Compose a class. 3.2.1. Compose class with Aggregation. 3.2.2. Compose class with Association. Solution: Created two classes A and B in which classA contains a person details and classB contains the address of the places and class A person owns the class B address and both class communicates without inheritance with the help of objects

Merge request reports