how an we achive multiple inhetitance in java using
interface..??
Answer Posted / 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 |
Post New Answer View All Answers
Is there a case when finally will not execute?
What occurs when an object is constructed?
How many types of parsers are there?
Why convert an applet to an application?
How does split work in java?
Is ruby built on java?
What is the difference between an array and an array list?
Does importing a package imports its sub-packages as well in java?
What is super in java?
What is bytecode in java ?
why doesn't java run on all platforms?
What will happen if a thrown exception is not handled?
What is the need of transient variables in Java ?
What is return data type?
Is singleton class immutable?