Object-oriented programming (OOPs) Question:
Download Job Interview Questions and Answers PDF
What is Inheritance?
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.
Inheritance of classes in C# is always implementation Inheritance.
Download OOP Interview Questions And Answers
PDF
Previous Question | Next Question |
What is Sealed modifiers? | What is New modifiers? |