how an we achive multiple inhetitance in java using
interface..??
Answers were Sorted based on User's Feedback
Answer / sindhu
In Java Multiple Inheritance can be achieved through use of Interfaces by implementing more than one interfaces in a class.
| Is This Answer Correct ? | 19 Yes | 0 No |
Answer / sudhir
ya,use interface make 2nd class interface and use
implements keyword for inheritance.
| Is This Answer Correct ? | 0 Yes | 0 No |
how many types of Inheritance?
What are packages and name a few?
Features of Java?
What is the difference between a static and a non-static inner class in java programming?
How is it possible for two string objects with identical values not to be equal under the == operator?
What is hotjava?
Is array an object in java?
What is array command?
what is ennumaration?
What is Three tier architecture. Can anyone explain with a Ordinary web application Project? (JSP,Servlets,JAVA,DAO) ?
Can we have two main methods in a java class?
Explain polymorphism citing an example.