
why java cannot use multiple inheritance

Hi Friend,
Java does not support multiple inheritance directly but it supports multiple inheritance through interface.When we extends more than one class, JVM get some abigious problem and will get confused as which method it will take.It creates complexity.Therefore java does not support it directly.
Thanks

wow! u answerd it satisfacterly thank u.... wil sure seek ur help again