C# Aggregation (HAS-A Relationship)In C#, aggregation is a process in which one class defines another class as any entity reference. It is another way to reuse the class. It is a form of association that represents HAS-A relationship. C# Aggregation ExampleLet's see an example of aggregation where Employee class has the reference of Address class as data member. In such way, it can reuse the members of Address class. Output: 1 Sonoo G-13 Sec-3 Noida UP Next TopicC# Member Overloading |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India