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 / mahesh
No it is Not Multiple inheritance .It is Hirearchy inheritance
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is the function of character?
What is charat java?
What does those terms actually mean included in the j.d.k i.6?
how to create multithreaded program? : Java thread
What does this () mean in java?
Which is bigger float or double?
explain what is transient variable in java?
Is java a prime method?
What is entry in java?
what is meant by Garbage collection?
Can you access the private method from outside the class?
What is a substitution variable?
You're given a Boolean 2D matrix, can you find the number of islands?
What is anagram word?
Can we synchronize static methods in java?