What is multiple inheritance & can we implement it in java?
Answer Posted / arnab
When a particular class has properties of more than one
class it is called multiple inheritance.
Since c++ like implementation of multiple inheritance programs
is difficult, and adds complexity to the language, java
provides an alternative approach known as interface to
support the concept of multiple inheritance.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can we override constructor?
What is the difference between exception and error in java?
Is java a digit method?
Can anonymous class have constructor?
Difference between collection, collection and collections in java?
Can we extend a class with private constructor?
In java, what is the difference between method overloading and method overriding?
What is a variable and constant?
Why deletion in linkedlist is fast than arraylist?
How do you use compareto?
How is a variable stored in memory?
Can we execute java program without main method?
What is contractor means and methods?
What is serialization in java?
Is the empty set a singleton?