Computer Science, asked by himanshusinghs3072, 1 year ago

What is Inheritance in C#?

Answers

Answered by Milindkhade
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