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 |
Can you call a constructor within a constructor?
What is the maximum size of array in java?
What is instance example?
What are the main features of java?
What advantage do java's layout managers provide over traditional windowing systems?
What is the SimpleTimeZone class?
What are the different types of inner classes?
Difference between String & StringBuffer
16 Answers IBM, Infosys, Tech Mahindra, Wipro,
What is null mean in java?
What do you mean by stream pipelining in java 8?
What is the final variable?
What is a pattern what is an anti pattern?