What is multiple inheritance?

Answer Posted / jyoti lohani

the parent class behaviour & properties are define in child
class that's call inheritance. if child class inherit more
then one parent class that call multiple inheritance.

EX: class X
{
/* ---*/
}
class y
{
/*----*/
}
class z:x,y

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is object and example?

881


What is protected in oop?

814


write a program to find 2^n+1 ?

1788


What is the real life example of polymorphism?

854


Can we override main method?

843


How many human genes are polymorphic?

793


Which language is pure oop?

754


How does polymorphism work?

871


Explain the advantages of inheritance.

876


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

2063


What is oops?what is its use in software engineering?

767


What does and I oop mean?

840


What are the features of oop?

837


Whats oop mean?

793


Which language is not a true object oriented programming language?

871