Answer Posted / kalaiselvan
if one class acquires properties of another class is
called inheritance.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What does and I oop mean in text?
Can we have inheritance without polymorphism?
What is multilevel inheritance?
Which language is not a true object oriented programming language?
What is polymorphism programming?
What is balance factor?
What is the diamond problem in inheritance?
Can a destructor be called directly?
What is the point of oop?
What is polymorphism explain its types?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Is enum a class?
What are the benefits of oop?
What are the benefits of interface?
What type of loop is a for loop?