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 java idl system?
What is character in data type?
what are different ways in which a thread can enter the waiting state? : Java thread
What is arrays sort in java?
What programs use java?
What does function identity () do?
What is a pattern what is an anti pattern?
What are advantages and disadvantages of OOPs?
Wha is the output from system.out.println(“hello”+null); ?
What is the difference between @before and @beforeclass annotation?
How to set the permissions to a file in java?
What is the file extension for java?
Can we make constructors static?
Write a program based on Java script program.
What is data movement?