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 |
What is the difference between the file and randomaccessfile classes?
What is java beans?
What is object of class in java?
use of wrapper classes?
How can constructor chaining be done by using the super keyword?
why would you use a synchronized block vs. Synchronized method? : Java thread
What is java reflection?
What is sleep method?
Is static a keyword in java?
Can we define private and protected modifiers for the members in interfaces?
What is the difference between preemptive scheduling and time slicing in java programming?
What is enhanced loop in java?