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 dynamic dispatch in java?
What is rmi and steps involved in developing an rmi object?
what are different ways in which a thread can enter the waiting state? : Java thread
Why do we create public static method in java?
What do you understand by java?
What is the top class of AWT event hierarchy?
What is numeric promotion?
What are keywords in java?
Write a program to print fibonacci series up to count 10.
What is the diffrence between inner class and nested class?
Define max and min heap, also the search time of heap.
Where is java located?