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
What is cohesion in oop?
What is the purpose of enum?
c++ program to swap the objects of two different classes
What is constructor overloading in oop?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What does oop mean in snapchat?
What is class and object with example?
What is a function in oop?
What is pure oop?
What is polymorphism and why is it important?
Which language is pure oop?
Why polymorphism is used in oops?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Why do we need polymorphism in c#?
What is meant by oops concept?