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 / sudheer
this is called cyclic inheritance....
if u compile A.java then only you will get an error message saying that "cyclic inheritance involving on A"...
so it is not possible...
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is string substring?
Explain the difference between private, public, package and protected in java?
What is array command?
How do you reverse a string in java?
What is flush buffer?
Can we have multiple classes in a single file?
What is the purpose of abstract class?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
What do you mean by light weight and heavy weight components?
What are advantages of exception handling in java?
How do you get the length of a string in java?
What is blank final variable?
How do you write a good declaration?
what are synchronized methods and synchronized statements? : Java thread
Differentiate between == and equals().