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
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
What is a ternary operator in java?
What is percentage in java?
What are the advantages and disadvantages of object cloning?
Explain method local inner classes ?
When we serialize an object does the serialization mechanism saves its references too?
Can I extend singleton class in java?
What's the purpose of using break in each case of switch statement?
What is the difference between pass by reference and pass by pointer?
What is boolean strategy?
What is string example?
Can a static class implement an interface?
What are the three parts of a lambda expression? What is the type of lambda expression?
What is the console in java?
Why is java architectural neutral?