Why java Don't Support Multiple interitence
Answer Posted / samir rana
java support multiple inheritance not through the use of
class, but through the implementation of interface we can
achieve multiple inheritance.
By using interface we can implement multiple interfaces for
a class which can solve the problem of our multiple inheritance.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Are strings immutable in java?
What is the difference between object oriented programming language and object based programming language?
What is a lock or purpose of locks in java?
What causes memory leak in java?
Does java arraylist maintain insertion order?
What do you understand by access specifiers in Java?
What is a literal coding?
Why does java doesnt suuport unsigned values?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
Why null value is used in string?
Are arrays passed by reference in java?
What is character in data type?
What is default switch case? Give example.
why would you use a synchronized block vs. Synchronized method? : Java thread
What are extraneous variables examples?