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

Which language is not a true object oriented programming language?

897


what are the different types of qualifier in java?

2041


write a programe to calculate the simple intrest and compund intrest using by function overlading

1928


Prepare me a program for the animation of train

2234


What is pointer in oop?

748


What does <> mean pseudocode?

864


Why we use classes in oop?

802


What is ambiguity in inheritance?

874


What is object in oop with example?

981


Can private class be inherited?

940


Write a c++ program to display pass and fail for three student using static member function

3114


2. Give the different notations for the class.\

1836


Is abstract thinking intelligence?

812


How do you achieve runtime polymorphism?

766


Where is pseudocode used?

764