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

diff between abstract methods and interfaces with programing (code) example?

2 Answers  


Difference between prefix and postfix forms of the ++operator?

3 Answers  


Does java isempty check for null?

0 Answers  


Is java ee a framework?

0 Answers  


What kind of variables can a class consist?

0 Answers  


What type of value does sizeof return?

0 Answers  


Which class is used by server applications to obtain a port and listen for client requests?

0 Answers  


What are the differences between path and classpath variables?

0 Answers  


Add a value x to array from index l to r where 0 <= l <= r <= n-1

0 Answers   Amazon,


what do you understand by the term string with respect to java?

0 Answers  


Can we use switch statement with strings?

0 Answers  


Is string thread safe in java?

0 Answers  


Categories