Object-oriented programming (OOPs) Question:

Download Job Interview Questions and Answers PDF

What is Inheritance?

OOP Interview Question
OOP Interview Question

Answer:

It provides a convenient way to reuse existing fully tested code in different context thereby saving lot of coding.

Inheritance of classes in C# is always implementation Inheritance.

Download OOP Interview Questions And Answers PDF

Previous QuestionNext Question
What is Sealed modifiers?What is New modifiers?