Why java Don't Support Multiple interitence
Answer Posted / srinu
Java Does not support Multiple inhertiance through class
because ambiguity between variables of different classes
and to rudece memory overloading.and another reason java
extended only one class at time
java support Multiple inhertiance through interfaces.because
java class implements any number of interface at time
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
why are there separate wait and sleep methods? : Java thread
What is the difference between superclass and subclass?
How do you calculate square roots?
What are keywords give examples?
How do you sort arraylist in descending order?
Which is a valid identifier?
What is array initialization in java?
What is the use of keywords in java?
What is the java reflection api? Why it’s so important to have?
what do you understand by the term string with respect to java?
What is the difference between preemptive scheduling and time slicing?
os is developed in c no java is more secured then c na why dont the os developed is developed using java
Can you declare an interface method static?
Can a method be static?
What is the difference between static binding and dynamic binding?