all are saying java doesn't support multiple inheritance but
by default Object class is super class for all the user
defined classes and we can extend atmost one class so each
class can extend more than one class so java supports
multiple inheritance?i am confused with this,pls any one
explain me.
Answer Posted / dinesh goud
java does not supports multiple inheritance .........we fell that through interface we can achive but that is not correct.........through interface we achive only late binding.........
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an iterator interface in java programming?
What are the restrictions that are applied to the java static methods?
what is the messsage u r going to get from an objectoriented programing?
how would you implement a thread pool? : Java thread
What is :: operator in java?
What is the replace tool?
Explain the difference between extends thread vs implements runnable in java?
What is an arraylist in java?
What is java’s garbage collected heap?
Why do we need wrapper classes?
What are the types of arrays in java?
What is the difference between a method and a procedure?
What is treemap in java?
Define reflection.
What are the drawbacks for singleton class?