what is the basic concept of inheritance?

Answer Posted / nitish

Inheritance basically stands to inherit the +ve functions of
predecessor.

Earlier its the main base class to give birth to the further
derived class.
This derived class have the features from in its functioning
from the base class from which it have been derived.

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between a constructor and a destructor?

623


Why is object oriented programming so hard?

620


What are the three main types of variables?

610


What does sksksk mean in text slang?

1547


Which language is pure oop?

560






INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

1641


Why do we use class?

646


What is coupling in oops?

606


What is abstraction with example?

619


What is encapsulation c#?

613


What is difference between class and object with example?

571


What is an example of genetic polymorphism?

657


What is variable example?

601


What is an advantage of polymorphism?

606


How to use CMutex, CSemaphore in VC++ MFC

4342