C# doesn’t support Multiple Inheritance but still there are few work around to achieve this. Let us explore them –
Continue readingTag: OOPS
All About C# Immutable Classes
We often hear about immutable strings behavior. The same behavior is extended to classes and here is everything you need to know about them.
Continue readingAbstraction vs Encapsulation in OOPS
Abstraction and Encapsulation are main pillars of OOPS. This article will answer all the doubts on the topic.
Continue reading