Association relationship in C# | OOP in C# Part-13



What is Association?

Association is a (*a*) relationship between two classes. It allows one object instance to cause
another to perform an action on its behalf. Association is the more general term that define the
relationship between two classes, where as the aggregation and composition are relatively
special.

Post a Comment

Previous Post Next Post