What are the advantages of inheritance?
Answer Posted / sidhi.r
In OOPs, the concept of inheritance provides the idea of
reusability. This means that we can add additional features
to an existing class without modifying it.
This is possible by deriving a new class from the existing
one. The new class will have combined features of both the
classes.
| Is This Answer Correct ? | 213 Yes | 35 No |
Post New Answer View All Answers
What is methods in oop?
What is difference between multiple inheritance and multilevel inheritance?
What are the data types in oop?
write knight tour problem which is present in datastructure
What is oops with example?
What is object and class in oops?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is basic concept of oop?
What are the types of abstraction?
Why is abstraction needed?
What is abstraction in oops with example?
How is polymorphism achieved?
What are oops methods?
What is meant by oops concept?
What is polymorphism in oop example?