What are the advantages of inheritance?
Answer Posted / miss.purvi mota
using inheritance we can increase the reusability.As we can
use that functions whish we have maid earlier
| Is This Answer Correct ? | 69 Yes | 38 No |
Post New Answer View All Answers
What are the two different types of polymorphism?
What is purpose of inheritance?
Why is static class not inherited?
write knight tour problem which is present in datastructure
What is new keyword in oops?
How to call a non virtual function in the derived class by using base class pointer
What is overloading in oop?
What is static in oop?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
Why is abstraction used?
What is the difference between abstraction and polymorphism?
Which method cannot be overridden?
What is polymorphism and its types?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is advantage of inheritance?