What is multiple inheritance ?
Answer Posted / narasimulu
Multiple Inheritance occurs when a class inherits from more
than one parent.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is difference between abstraction and encapsulation?
What is polymorphism explain its types?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
How do you define a class in oop?
What is inheritance in simple words?
What is polymorphism explain?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Can static class have constructor?
any one please tell me the purpose of operator overloading
What is polymorphism what is it for and how is it used?
How can you overcome the diamond problem in inheritance?
What is polymorphism give a real life example?
Can we create object of interface?
How to call a non virtual function in the derived class by using base class pointer
What is polymorphism programming?