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
What is meant by class loader? How many types are there?
What are the classes of java?
Why do we use regex?
Tell me the Importent classes in net package?
What are the features in java?
'A class is a template for an object' explain this statement.
What is the purpose of extern variable?
What is the transient keyword?
Why is java not 100% pure oops?
Why java does not support pointers?
What are the types of collections in java?
What are byte codes?
What is serialization in java?
What is the use of arraylist class in java?
Differentiate between static and non-static methods in java.