What are the advantages of inheritance?
Answer Posted / george tsiga
1. Promotes reusability
2. Helps in better abstraction, thereby resulting in better
design.
3. Eliminates duplication of code
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is an advantage of polymorphism?
can we make game by using c
What is oops and its features?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
How oops is better than procedural?
What is class and example?
Can we create object of abstract class?
What is polymorphism explain its types?
why reinterpret cast is considered dangerous?
How is polymorphism achieved?
Can we create object of interface?
How do you define a class in oop?
What is abstraction in oop?
What is abstract class in oop?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)