how an we achive multiple inhetitance in java using
interface..??
Answer Posted / sudhir
ya,use interface make 2nd class interface and use
implements keyword for inheritance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What flag up means?
What is difference between fail-fast and fail-safe?
What is a class reference?
Can you pass by reference in java?
What was java originally called?
Compare overloading and overriding?
What is variable and constant explain with example?
What is a static method in java?
Detail discussions on JVM, memory management and garbage collector.
Why we use protected in java?
What about interrupt() method of thread class ?
What is finalize()? Is finalize() similar to a destructor?
Can static methods be inherited?
What do you mean by Function Overloading in java?
What is the use of 'super' keyword inside a constructor?