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 / pratima
This is not multiple inheritance ,this is multilevel inheritance.
But if you have three interface suppose A,B,C
then you can implement like wise and achieve multiple inheritance.
A extends B,C
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are floats faster than doubles?
What is byte code and why is it important to java’s use for internet programming?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
Does list maintain insertion order java?
Why stringbuilder is not thread safe?
How would you dynamically allocate memory to an array?
Explain, java is compatible with all servers but not all browsers?
What is the public method modifier?
define polymorphism in java
What is a local class in java?
What is a null point?
What does .equals do in java?
Is java hashset ordered?
How do you break a loop?
What are the differences between abstract class and interface?