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
How will you communicate between two applets?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
What are the 6 boolean operators?
What is an empirical question?
What two classes are used to read data only?
What do you mean by hashing?
How can you traverse a linked list in java?
How do you add spaces in java?
What is a function in programming?
What are constructors in java?
What do you mean by collectors in java 8?
Do we need to manually write Copy Constructor?
What is the difference between iterator and list iterator?
Can a class have an interface?
What is the purpose of the enableevents() method in java programming?