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

How do you use inheritance in unity?

590


What is multilevel inheritance in oop?

557


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

3838


What is object in oop with example?

702


• What are the desirable attributes for memory managment?

1727






What exactly is polymorphism?

610


What is polymorphism what is it for and how is it used?

575


What does no cap mean?

592


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

1837


What is difference between data abstraction and encapsulation?

617


What is the highest level of cohesion?

579


What are constructors in oop?

594


Explain the advantages of inheritance.

675


What is a null tree?

632


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

1639