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 / d.suganya
Java supports Multiple Inheritence using Interface concept
by providing common implementations , and more important to
observe is every class that we use in java is inherited by
Object class, so even though we can extend from other
classes, This clearly shows that JAVA supports Multiple
Inheritence..(Sharandesai007@gmail.com)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do you clear a list in java?
What is the difference between class & structure?
What are Normalization Rules? Define Normalization?
How do you sort data in java?
What are the differences between processes and threads?
Is array passed by reference in java?
os is developed in c no java is more secured then c na why dont the os developed is developed using java
Define interface in java?
What is java util concurrentmodificationexception?
Explain the difference between map and flatmap stream operation?
What is data type in computer?
Can a boolean be null java?
Difference between a process and a program?
What is use of functional interface in java 8? Explain
Describe how to implement singleton design pattern in struts.