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

Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

0 Answers   TCS,


What is encapsulation example?

0 Answers  


How does polymorphism work?

0 Answers  


what is data hiding.

3 Answers   Wipro,


What do you mean by abstraction?

0 Answers  


What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

0 Answers   IBM,


what is the difference between class and structure in C++?

9 Answers   Aspire, IBS, TCS,


which is platform independent device used in computers

2 Answers  


What is the highest level of cohesion?

0 Answers  


wht is major diff b/w c and c++?

10 Answers  


What is this interview room ? Is it a class or an object.

3 Answers   CybAge, NSN, Wipro,


You have one base class virtual function how will call that function from derived class?

4 Answers  


Categories