How to achieve multiple inheretence in java.I need an
example. how we achieve.
Answer Posted / srikanth jakka
The mechanism of inheriting the features of more than one
base class into a single class is known as multiple
inheritance. Java does not support multiple inheritance but
the multiple inheritance can be achieved by using the
interface.In Java Multiple Inheritance can be achieved
through use of Interfaces by implementing more than one
interfaces in a class.
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
What are the component of java?
What is java mobile?
What are the different types of events in java?
What software is needed for java programming?
What is credentials?
What is the description for expression element?
What is external entity?
What is j2ee stack?
What is actionform?
Which package is imported by default in java?
What are the components of J2EE application?
What is source file in java?
Where is java used?
Is java more difficult than c++?
Is java an assembly language?