What is multiple inheritance ?
Answer Posted / vikram
A derived class with more than one base class is known as
multiple inheritance.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Why is polymorphism needed?
What is multilevel inheritance?
write knight tour problem which is present in datastructure
What is object and example?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
How do you define social class?
Whats oop mean?
What is the full form of oops?
What are different oops concepts?
What is difference between inheritance and polymorphism?
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’.
Why polymorphism is used in oops?
What is encapsulation in simple terms?
What is balance factor?
What are constructors in oop?