how an we achive multiple inhetitance in java using
interface..??
Answers were Sorted based on User's Feedback
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 |
Answer / sudhir
ya,use interface make 2nd class interface and use
implements keyword for inheritance.
Is This Answer Correct ? | 0 Yes | 0 No |
diff between abstract methods and interfaces with programing (code) example?
Difference between prefix and postfix forms of the ++operator?
Does java isempty check for null?
Is java ee a framework?
What kind of variables can a class consist?
What type of value does sizeof return?
Which class is used by server applications to obtain a port and listen for client requests?
What are the differences between path and classpath variables?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
what do you understand by the term string with respect to java?
Can we use switch statement with strings?
Is string thread safe in java?