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
What is private public protected in java?
Can we split string with in java?
What are the differences between this and super keyword?
When should a function throw an exception?
Define a package.
describe method overloading
what do you understand by synchronization? : Java thread
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
What is the use of arraylist class in java?
What best practices should you follow while writing multithreaded code in java?
Can I declare class as static or private?
Can a final variable be manipulated in java?
What are the six ways to use this keyword?
How many classes can any class inherit java?
What is the use of using enum to declare a constant?