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 java listener?
What does java ee stand for?
What type of code is java?
What is conversational state?
What is the container?
Why java is oop language?
What is awt panel java?
What do you understand by connector?
What is connector?
What is the build file?
What is data?
What is j2ee api?
What is deployer?
Define hashtable in j2ee?
Is java a web technology?