What are the advantages of inheritance?
Answer Posted / siddhartha
The advantage of inheritance are:
1.Reusability
2.Code sharing
3.Software component
4.Information hiding
5.Rapid prototyping
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is coupling in oop?
Get me an image implementation program.
Whats is abstraction in oops?
Why do we use inheritance?
What is the point of oop?
What language is oop?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is persistence in oop?
What is abstraction in oop?
What is polymorphism explain?
Can we create object of interface?
What is encapsulation with real life example?
What is solid in oops?
What are the features of oop?
What causes polymorphism?