What is multiple inheritance ?
Answer Posted / ishq basha
There will be presence of more than one base class. if we
see single inheritance there will be only one base class
whereas the multiple inheritance will be provided with more
than one base class. And in one situation some derived
class act as both base class and derived class in multiple
inheritance.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is inheritance write a program to show use of inheritance?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What do you mean by Encapsulation?
What are two types of polymorphism?
how to get the oracle certification? send me the answer
What is a function in oop?
Who invented oop?
Why do we use class?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is abstraction example?
Why multiple inheritance is not allowed?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What are the two different types of polymorphism?
What is protected in oop?
What is polymorphism what are the different types of polymorphism?