What is multiple inheritance ?
Answer Posted / funny guy
Multiple Inheritance is a feature of OOPS where the derived
class can extend features from more than one class.
That means if we have class A and class B then class C can
extend class A and class B.
Having said that from Java point of view this feature is not
supported as it may result in Diamond Problem.
C++ does support this features.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What does <> mean pseudocode?
What is encapsulation selenium?
What are the important components of cohesion?
What are the 3 principles of oop?
What is the point of polymorphism?
How to call a non virtual function in the derived class by using base class pointer
given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy
What is the problem with multiple inheritance?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is an advantage of polymorphism?
What do you mean by overloading?
What causes polymorphism?
What is the real time example of inheritance?
How Do you Code Composition and Aggregation in C++ ?
write a program that takes input in digits and display the result in words from 1 to 1000