What are the advantages of inheritance?
Answer Posted / parul.kataria007@gmail.com
by inheritance,we can create a link b/w the inherited class....
such that if we inherit class B from an existing class A and C from B,then we can use A and C together by inheritance... ennie
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can enum be null?
What is cohesion in oop?
How to call a non virtual function in the derived class by using base class pointer
What is overriding vs overloading?
What is a class oop?
What exactly is polymorphism?
Can we create object of abstract class?
What are main features of oop?
Why we use classes in oop?
What is abstraction example?
Can we override main method?
What is destructor example?
How do you use inheritance in unity?
explain sub-type and sub class? atleast u have differ it into 4 points?
Where is pseudocode used?