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 |
Can we compare two strings in java?
how to accept integer array in java
Explain about the main() method in java?
Why generics are used in java?
Is object a data type?
What is Transient and volatile
What is the difference between preemptive scheduling and time slicing?
What if static is removed from main method?
Write a program to print fibonacci series up to count 10.
what is function overloading in java?
0 Answers Tavant Technologies, TCS, Virtusa,
How is treeset implemented in java?
what is the diff between Servletcontext and servletconfig?