Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / sadikhasan palsaniya

There is Cyclic inheritance which is not possible in java.

interface A{}
interface B extends A{}
interface C extends A{}
interface D extends B,C{}

It's call Multiple inheritance.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the name of the java compiler?

1092


How do you identify if jvm is 32-bit or 64-bit from java program?

1009


What is the difference between variable declaration and variable initialization?

1089


Why is serialization required?

1016


What exactly is methodology?

981


What is functional interface in java?

1093


can rmi and corba based applications interact ?

1125


Is singleton a bad practice?

1105


What is the loop in java?

1227


How do you implement polymorphism in our day to day life?

3284


Difference between comparator and comparable in java?

1159


What is java instanceof operator?

1099


What is the main advantage of passing argument by reference?

1041


What is covariant return type?

1154


What is Classloader in Java?

1291