Object-oriented programming (OOPs) Question:

What is Inheritance?

Tweet Share WhatsApp

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 PDF Read All 37 OOP Questions
Previous QuestionNext Question
What is Sealed modifiers?What is New modifiers?