There are four main concepts present in OOPsInheritance PolymorphismEncapsulation AbstractionToday, we will discuss about the first OOPs concepts which is inheritance.InheritanceWith inheritance we can use the variables or methods of one class into another class. Inheritance is very widely used concept of OOPs in C#. There are mainly two types of inheritanceMultiple InheritanceMulti-Level...
Facebook
Twitter
LinkedIn
Popular Posts
-
Extension Methods Extension method in C# enable us to extend the functionality of a type without deriving from it, in simple terms we c...
-
Interfaces Interfaces in C# are like pure abstract class . Any method in an interface can not have implementation and we can only prov...
Categories
- Polymorphism (1)
- abstract class (1)
- asynchronous programming in C# (1)
- class (3)
- constructors (1)
- extension method (1)
- inheritance (1)
- interfaces (1)
- sealed class (1)