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...


how an we achive multiple inhetitance in java using
interface..??

Answers were Sorted based on User's Feedback



how an we achive multiple inhetitance in java using interface..??..

Answer / sindhu

In Java Multiple Inheritance can be achieved through use of Interfaces by implementing more than one interfaces in a class.

Is This Answer Correct ?    19 Yes 0 No

how an we achive multiple inhetitance in java using interface..??..

Answer / sudhir

ya,use interface make 2nd class interface and use
implements keyword for inheritance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Differentiate between a constructor and a method? Can we mark constructors final?

0 Answers  


How to check if a list is sorted in java?

0 Answers  


This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .

3 Answers  


what is the final keyword denotes in java?

0 Answers   IBS,


why are wait(), notify() and notifyall() methods defined in the object class? : Java thread

0 Answers  


Mention a package that is used for linked list class in java.

0 Answers  


what is inner class in java?

0 Answers   IBS,


Explain the difference between extends thread vs implements runnable in java?

0 Answers  


What are decalarations?

0 Answers  


Is special character in java?

0 Answers  


What is cloneable interface?

8 Answers  


Differentiate between overriding and overloading cases?

0 Answers   Amdocs,


Categories