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 / madhu
in java there is no multiple inheritance.so it is called as multi level inheritance.it comes under that.so i hope it is not multiple inheritance.there is only one inheritance single level inheritance.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What data type is string java?
Why constructor has no return type?
What is a consumer in java?
What is the difference between instanceof and isinstance?
How do you create an array in java?
What is valid keyword in java?
How do you compare two objects?
when to use ArrayList and when to use HashMap in webApplication.
How do you create a null object?
What is entry set in java?
how to handle exceptions in ejb?
How can an object be unreferenced?
Are floats faster than doubles?
What is difference between printf and scanf?
Why stringbuilder is not thread safe in java?