What is Inheritance in C#?
Answers
Answered by
0
Inheritance, in C#, is the ability to create a class that inherits attributes and behaviors from an existing class. The newly created class is the derived (or child) class and the existing class is the base (or parent) class. ... Inheritance in C# is designed at both implementation and at interface level.
Similar questions
Computer Science,
7 months ago
Math,
7 months ago
Math,
7 months ago
Computer Science,
1 year ago
Hindi,
1 year ago
Hindi,
1 year ago
Hindi,
1 year ago