Composition vs Inheritance in C#

added by DotNetKicks
2/18/2022 5:58:51 PM

478 Views

Composition and Inheritance are programming techniques to establish relationships between different classes. When working with an object-oriented language like C#, it is natural that we come across classes and objects. These classes, more than often, need to interact with each other if we are creating any meaningful application.


0 comments