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
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
What is singleton pattern?
What does += mean coding?
Which is better ascii or unicode?
What is a stringbuilder?
List the different types of classloaders in java.
What is the finalize method do?
How do you clear a list in java?
What is object-oriented programming?
What is cr keyboard?
How to instantiate static nested classes in java?
Why can't we override private static methods?
Which class cannot be a subclass in java?
List some features of the abstract class.
What is lambda expression in java?