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
Explain about serializable interface in java?
What is the generic function?
Why do we need hashmap in java?
What is volatile data type?
Explain what access modifiers can be used for methods?
What is the difference between sop and work instruction?
What type of value does sizeof return?
what is meant wrapper classes?
why java uses class level type casting ?
Difference between arraylist and vector.
What loop means?
Can long be null in java?
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
describe method overloading
What is difference between length and length() method in java ?