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
Can we create object of interface?
write a C++ program for booking using constructor and destructor.
What are classes oop?
How many human genes are polymorphic?
What is object in oop?
When not to use object oriented programming?
Whats oop mean?
Where is pseudocode used?
What is abstraction oop?
Write a program to reverse a string using recursive function?
What is solid in oops?
What are the three main types of variables?
What is class and object in oops?
What is the difference between static polymorphism and dynamic polymorphism?
Why do we use polymorphism?