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 is use of final keyword in java?
What is application client module?
What do you understand by actionform?
What is a panel java?
What is a thin client?
How many types of constructors are there in java?
What is j2ee technology?
Why java is called robust and secure?
What is a j2ee module?
What is ejb container provider?
What is difference between java and core?
What is java ee technologies?
What is 2 stands for in j2ee?
Describe the ear, war, and jar.
Why java is oop language?