Can you name some types of inheritance?



Can you name some types of inheritance?..

Answer / padmas

1.Multiple Inheritance, in this type a class inherits methods from multiple classes
2.Multilevel Inheritance, in this type of class inherits methods from already inherited classes. 3.Single Inheritance, where a class inherits only from one class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

What is multiple inheritance? Give Example

6 Answers   Mind Tree,


program in c++ that can either 2 integers or 2 floating point numbers and output the smallest number

1 Answers   Anna University,


difference between overloading and overridding

11 Answers  


What is a null tree?

0 Answers  


What is the difference between procedural programming and oops?

0 Answers  






what is the size of an empty class

12 Answers   Wipro,


DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED PROGRAMING.

5 Answers  


What is difference between multiple inheritance and multilevel inheritance?

0 Answers  


Which is the parameter that is added to every non-static member function when it is called?

3 Answers   Accenture,


what is the new version of c++

1 Answers   Ignou, Pramata, Satyam,


What are the benefits of interface?

0 Answers  


char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output

9 Answers   Persistent,


Categories