There are three interfaces A,B & C. A extends B, B extends C,
and C extends A.Is it multiple Inheritance? please anybody
help me.....
Answer Posted / madhu
in java there is no multiple inheritance.so it is called as multi level inheritance.it comes under that.so i hope it is not multiple inheritance.there is only one inheritance single level inheritance.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is a flag variable?
What are the different types of constructor?
Is string is a keyword in java?
What is meant by call by reference?
What are the important methods of java exception class?
Why are the destructors for base class and derived class called in reverse order when the program exits
How can I debug the Java security exceptions and AccessControlExceptions?
What is variable declaration and definition?
What is scope of a variable?
What are the Static and Dynamic Variables? Differentiate them.
Is vector thread safe in java?
Is null a keyword in java?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
Differentiate jar and war files?
How are multiple inheritances done in Java?