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 the constructor and how many types of constructors are used in java?
What is immutable class in java?
What is difference between an object and a class?
What is the dot operator?
What is nullpointerexception in java?
Can a constructor call another constructor?
What is java life cycle?
Which category the java thread do fall in?
what is comparable and comparator interface?
Is 0 a real number?
What is array in java?
What are JVM.JRE, J2EE, JNI?
What is the difference between variable & constant?
java program with complete 4 oops concepts implemented example
Can we return null in java?