Answer Posted / a h khan
if a class is derived from more than one base class then
inheritance is known as multiple inheritance.
the syntax of multiple inheritance is :-
class D : derivations B1, derivation B2,..........
{
member of class D
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is variable example?
Can an interface inherit a class?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What is polymorphism oop?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Can we create object of abstract class?
What is difference between polymorphism and inheritance?
Why do we use polymorphism?
What is abstraction in oops with example?
What is multilevel inheritance explain with example?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is the main feature of oop?
to find out the minimum of two integer number of two different classes using friend function
What is the difference between static polymorphism and dynamic polymorphism?