What is multiple inheritance?

Answer Posted / vikas patel

when we creat the more inheritance the help of the base
inheritance..the main use of the multiple inheritance for
creat Interface..

ex..

class A
{

}
class B
{

}
class C
inherit A,B

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is it so that we can have virtual constructors but we cannot have virtual destructors?

3815


What is difference between data abstraction and encapsulation?

610


What is the full form of oops?

603


What is the diamond problem in inheritance?

570


What is oops with example?

560






Why do we use polymorphism?

570


What are the 4 pillars of oop?

661


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

1662


if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?

2748


Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.

1776


What is balance factor?

576


explain sub-type and sub class? atleast u have differ it into 4 points?

1829


What is the difference between procedural programming and oops?

546


What is the difference between inheritance and polymorphism?

581


Why it is called runtime polymorphism?

573