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
What is the difference between import java.util.date and java .util?
What is a void method?
Why is a string immutable?
What is parameters example?
What is not thread safe?
Why do we use variables?
Can I declare class as static or private?
Is it possible to write a regular expression to check if string is a number?
Does string is thread-safe in java?
What is the use of isempty in java?
What are different types of inner classes ?
Which package is always imported by default?
Which methods are used during serialization and deserialization process?
What methodology can be employed to locate substrings inside a string?
What is main difference between variable and constant?