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

Can we override constructors in java?

0 Answers  


What does super keyword do?

0 Answers  


What does flagged out mean?

0 Answers  


What is this keyword in java?

0 Answers  


What is the purpose of premetive data types in java?

2 Answers   Merrill Lynch, TCS,






What is the difference between overriding & overloading?

0 Answers  


Is java hashset ordered?

0 Answers  


How to change the priority of thread or how to set priority of thread?

0 Answers  


What is the difference between class & object?

0 Answers  


When should the method invokelater() be used?

0 Answers  


What is a qms manual?

0 Answers  


how its run?

0 Answers  


Categories