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

How can you sort dates?

2 Answers   TCS,


What are different type of access modifiers?

3 Answers  


which methods consisting of the serilizable interface?

3 Answers  


What is a conditional statement explain with example?

0 Answers  


Can we make a constructor final?

0 Answers  






tell me some common

2 Answers   TCS,


What is compiler and what its output.

0 Answers   Cognizant,


Is ++ operator thread-safe in java?

0 Answers  


What is meant by wrapper classes?

3 Answers  


What is a class reference?

0 Answers  


What is busy spin, and why should you use it?

0 Answers  


What is the difference between && and & in java?

0 Answers  


Categories