Answer Posted / senthil.k,arasur
Multiple Inheritance occurs when a class inherits from more
than one parent.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What does and I oop mean in text?
What is polymorphism oop?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is object and example?
What is use of overloading?
What is multilevel inheritance?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is encapsulation c#?
Which language is not a true object oriented programming language?
What are objects in oop?
What is the example of polymorphism?
What is the problem with multiple inheritance?
Write a c++ program to display pass and fail for three student using static member function
How do you achieve polymorphism?
Can static class have constructor?