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

What does it mean that a method or field is “static”?

1 Answers  


What is hashing principle in java?

1 Answers  


how can i kill thread without stop() and destroy()

1 Answers  


What is “try and catch” in java

5 Answers   Cap Gemini, TCS,


can you use the two main method in same class?how?

4 Answers   DELL, Geosoft, SparkTG,


how can u create the object with out new operator

2 Answers  


Can list contain null in java?

1 Answers  


What is the basic difference between string and stringbuffer object?

1 Answers  


What is the difference between Java and C++?

1 Answers   Integreon, TCS, ZS Associates,


how to use this key word in java programming?

7 Answers  


Can we override the overloaded method?

1 Answers  


What is the multilevel inheritance. and also give the Example of it ?

5 Answers  


Categories