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
How can I avoid validating a form before data is entered?
the same information whether it will connect to the database or it will be used previous information?
What is the purpose of the wait() method?
Why is string immutable in java?
What is abstract schema?
wahts is mean by dynavalidatorform in struts/
Why is actionform a base class rather than an interface?
Are there books about seam?
Which containers use a border layout as their default layout?
What is chat area? Explain.
Explain RMI Architecture?
Why does the option tag render selected=selected instead of just selected?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
Define prototype?
What’s jboss jbpm?