What is Inheritance, Multiple Inheritance, Shared and
Repeatable Inheritance?

Answers were Sorted based on User's Feedback



What is Inheritance, Multiple Inheritance, Shared and Repeatable Inheritance?..

Answer / mahesh kumar

The mechanism of deriving a new class from an old one is
called inheritance.the old ones is called the base class
and the new one is called the derived or sub class.
MULTIPLE INHERIENCE:one depived class from many base class
is reffered to MI.

Is This Answer Correct ?    7 Yes 0 No

What is Inheritance, Multiple Inheritance, Shared and Repeatable Inheritance?..

Answer / srinivas

Inheritence is the mechanisum by which one obj aquiers the
properties of another object .By which we can achhive the
hirearchial classiffication.

Is This Answer Correct ?    7 Yes 0 No

What is Inheritance, Multiple Inheritance, Shared and Repeatable Inheritance?..

Answer / vidhya alphonse

Inheritence is defined as the mechanism of deriving a new
class from an already existing class.The class from which
new class derived is called parent or bae class and the
derived one is called derived class.The new derived class
will have the characteristics of its own and the base class.
The main purpose of using inhertence concept is that
nothing but the reusability of code.Muliple inheritence
means deriving a new class from one or more base class.

Is This Answer Correct ?    7 Yes 0 No

What is Inheritance, Multiple Inheritance, Shared and Repeatable Inheritance?..

Answer / himanshu

Inheritance in java is actually using existing classes or interfaces to make our one useful class or interface..it's main purpose is code reuse..a major concept in Object oriented programming!!

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More OOPS Interview Questions

what is ns string? what is ns array?

1 Answers  


How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?

1 Answers   IntraLogic,


What is difference between class and object with example?

0 Answers  


What does I oop mean?

0 Answers  


Write a program to find out the number of palindromes in a sentence.

1 Answers   TCS,






What is multiple inheritance?

9 Answers   TCS,


Difference between new operator and operator new

2 Answers  


Write a c++ program to display pass and fail for three student using static member function

0 Answers  


what is multithreading in c++ , what is difference between multithreading and singlethreading.

4 Answers  


sir plz send me a set of questions that been frequently held in written examination during campus selection.

0 Answers   TCS,


what is the new version of oops

0 Answers   Ignou,


What are virtual classes?

0 Answers  


Categories