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
What is object and example?
What is the fundamental idea of oop?
What is methods in oop?
What is the use of oops?
What is the real life example of polymorphism?
What is encapsulation with example?
What is the difference between inheritance and polymorphism?
Can static class have constructor?
What is encapsulation and abstraction? How are they implemented in C++?
Is this job good for future? can do this job post grduate student?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is inheritance in oop?
Can we define a class within the interface?
what are the ways in which a constructors can be called?
What is for loop and its syntax?