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

What is the full form of oops?

913


What polymorphism means?

812


What is object and example?

877


Is this job good for future? can do this job post grduate student?

1913


INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

1892


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

1900


Is data hiding and abstraction same?

773


Explain the concepts involved in Object Oriented programming.

872


Why is abstraction needed?

758


What is abstraction with example?

827


How does polymorphism work?

868


What is the fundamental idea of oop?

859


What type of loop is a for loop?

862


Can we define a class within the interface?

795


Why is encapsulation used?

771