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
How to compare two strings in java program?
Can you extend singleton class?
How we can generate random numbers in java?
What is pass by value?
Is object a data type in java?
What are the three best choices for a development environment?
What is final access modifier in java?
Is singleton class thread safe?
Is empty in java?
Why does java have different data types for integers and floating-point values?
How transient variable is different from volatile variable?
What about member inner classes?
Is java still relevant?
Is 0 true or false in java?
What are the three parts of a lambda expression? What is the type of lambda expression?