What are the advantages of inheritance?
Answer Posted / shantanu
Anything that has state,behaviour,responsibilty and
identity is called an object.Getting the state and
behaviour of one, is called as inheritance.
Inheritance is the process of creating new class called as
derioved class from the existing one called as base class.
The derived class inherits all capability of base class or
add totally new feature of its own.
| Is This Answer Correct ? | 51 Yes | 21 No |
Post New Answer View All Answers
What is destructor example?
What is difference between data abstraction and encapsulation?
What is the full form of oops?
Why is destructor used?
What is interface 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.
Is react oop?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is this pointer in oop?
What are the components of marker interface?
Can we create object of interface?
What is object in oops?
What is an example of genetic polymorphism?
hi all..i want to know oops concepts clearly can any1 explain??