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
Which language is not a true object oriented programming language?
what are the different types of qualifier in java?
write a programe to calculate the simple intrest and compund intrest using by function overlading
Prepare me a program for the animation of train
What is pointer in oop?
What does <> mean pseudocode?
Why we use classes in oop?
What is ambiguity in inheritance?
What is object in oop with example?
Can private class be inherited?
Write a c++ program to display pass and fail for three student using static member function
2. Give the different notations for the class.\
Is abstract thinking intelligence?
How do you achieve runtime polymorphism?
Where is pseudocode used?