Can you write Java code for declaration of multiple
inheritance in Java ?
Answer Posted / manjula
Multiple Inheritance is not allowed in java. Instead of
this, interfaces are used to implement multiple inheritance
concept.
syntax: interface interface_name
{
data & method declaration;
}
The interafaces in java always contain final fields and
abstract methods
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Do I need to import javlang package any time? Why ?
Explain what is orm?
What are the services in RMI ?
Java is fully object oriented languages or not?
What are the different methods of identifying an object?
what is Activation Instantinator?
What is ripple effect?
What is the difference between long.class and long.type?
Can I use javascript to submit a form?
Why do threads block on i/o?
What is synchronization and why is it important?
Where can I ask questions and make suggestions about seam?
What value does read() return when it has reached the end of a file?
Explain how will the struts know which action class to call when you submit a form?
Define aop(assepct oriented programing)?