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


Please Help Members By Posting Answers For Below Questions

How many java versions are there?

556


What languages are pass by reference?

532


Why can't we use static class instead of singleton?

495


What is a boolean structure?

551


What is constructor and virtual function? Can we call a virtual function in a constructor?

672






List primitive java types?

588


Explain the concept of hashtables?

609


What is the biggest integer?

543


What do you understand by the term singleton?

575


What are the features of junit?

593


What is data and its types?

569


What is the size of an array?

545


What is thread synchronization in java?

477


How to remove the trailing spaces from a string?

644


What is the use of static class?

537