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 does it mean that a method or field is “static”?
What is hashing principle in java?
how can i kill thread without stop() and destroy()
What is “try and catch” in java
can you use the two main method in same class?how?
4 Answers DELL, Geosoft, SparkTG,
how can u create the object with out new operator
Can list contain null in java?
What is the basic difference between string and stringbuffer object?
What is the difference between Java and C++?
1 Answers Integreon, TCS, ZS Associates,
how to use this key word in java programming?
Can we override the overloaded method?
What is the multilevel inheritance. and also give the Example of it ?