What is inheritance?

Answer Posted / loga

Inheritance relationship among classes, where we can access
the base class variable and methods in the dervied class.
It has various type has multiple,multilevel,hybrid...

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of late binding in object-oriented programming?

567


Which keyword can be used for overloading?

571


What is the need of multiple inheritance?

573


Explain OOPS.

602


What is the abstract method modifier?

589






Explain about inheritance?

641


What is the use if instanceof keyword?

583


What is inheritance in java?

554


What are virtual functions, base class pointer, derived class pointer, biding references?

544


What is super keyword?

561


Explain about overriding polymorphism?

586


Which oops concept exposes only necessary information to the calling functions?

567


Which oops concept is used as reuse mechanism?

2886


Can we override static methods of a class?

539


What does the “abstract” keyword mean in front of a method? A class?

525