What is multiple inheritance ?
Answer Posted / sivaramakrishnan
Inheritance is the process of creating new class called
derived from the existing or base class.
A derived class with more than one base class is known as
multiple inheritance.
Real time example: A children inherits features from both
father(base1) and mother(base2)
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is super in oop?
What is oops in simple words?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is object in oop?
What is difference between inheritance and polymorphism?
Why is polymorphism used?
How do you define social class?
What is the purpose of enum?
What is use of overloading?
What is pure oop?
Why do we use class in oops?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is difference between multiple inheritance and multilevel inheritance?
What is oops and why we use oops?