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


Please Help Members By Posting Answers For Below Questions

How to print nodes of a Binary tree?

1750


Explain how can you debug the Java code?

584


What is slash r?

535


What are 3 boolean operators?

527


What are java threads?

612






What is the use of 'super' keyword inside a constructor?

554


What is indexof?

538


What is the use of protected in java?

528


What is a generic code?

522


What is a subsequence of a string?

539


What is meant by collection in java?

539


Explain the term virtual machine?

583


what is meant by HQL?

639


How does predicate work in java?

528


java program with complete 4 oops concepts implemented example

2726