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
-
Async and Await Async and await are the two most important keywords in C# while doing asynchronous programming. Async keyword is used ...
-
Dynamic Keyword In C# 4.0 dynamic keyword was introduced, the advantage of dynamic keyword is that the actual type of variable...
-
Class and Object Class in C# contains different data members and functions/methods and it binds them together. We can access the data m...
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)
