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


Please Help Members By Posting Answers For Below Questions

What is private public protected in java?

822


Can we split string with in java?

764


What are the differences between this and super keyword?

762


When should a function throw an exception?

842


Define a package.

787


describe method overloading

733


what do you understand by synchronization? : Java thread

797


How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?

819


What is the use of arraylist class in java?

791


What best practices should you follow while writing multithreaded code in java?

797


Can I declare class as static or private?

767


Can a final variable be manipulated in java?

767


What are the six ways to use this keyword?

850


How many classes can any class inherit java?

742


What is the use of using enum to declare a constant?

801