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 the use of method saveorupdate()?
What is full form of j2ee?
What is container-managed persistence?
What is difference between javac and java?
What is a web container in j2ee?
What is comment?
What is java developer job description?
What is japplet in java?
Why java is a platform?
Which is latest technology in java?
What is ejb container provider?
Explain jta, jndi, and jms.
What do you understand by j2ee?
How is java development environment setup?
What is jaxr client?