filmov
tv
Part 4 - Inheritance in C# | Oops Tutorials in C# | Oops Concept

Показать описание
•Inheritance is a process of deriving the new class from already existing class.
•C# is a object oriented programming language and Inheritance is one of the primary concepts of object-oriented programming. It allows us to reuse existing code.
•Type of Inheritance
1.Single Inheritance
2.Hierarchical inheritance
3.Multilevel inheritance
Multiple inheritance using Interfaces
#OopsConcept #Oops #OopsTutorials