why java does not support multiple inheritance
Answer Posted / amod
In java single in-heritance is possible
where as mutiple in-heritance is not supported
we cannot extend multiple classes so its not possible for
multi[ple in heritance
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Which java ide is used the most?
What is java Applet?
Can we override data members in java?
What is the class in java?
What is number data type?
What do you understand by overloading and overriding in java?
How many times finalize method will be invoked? Who invokes finalize() method in java?
What are the two parts of a conditional statement?
How is hashset defined in java?
What is the difference between the final method and abstract method?
Can we declare a constructor as final?
What is a pointer and does java support pointers?
What is method reference in java?
What is linked hashmap and its features?
Differentiate between the constructors and methods in java?