Answer Posted / sandeep
Inheritance refers to, the object of one class acquires
the properties of object of another class.
Ex: 'robbin' belongs to the catagiry 'flying bird' but it
also belongs to the catagiry of 'bird'.
Thus it refers to,each derived class shares comman
characteristics with the class from which it is derived.
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
When not to use object oriented programming?
What is basic concept of oop?
What is encapsulation in oops?
What is multilevel inheritance explain with example?
What is abstraction example?
Can private class be inherited?
What is constructor in oop?
What is constructor overloading in oop?
What is balance factor?
Can we define a class within the interface?
What does and I oop mean?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
why reinterpret cast is considered dangerous?
What is the problem with multiple inheritance?
What is stream in oop?