how an we achive multiple inhetitance in java using
interface..??
Answer Posted / 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 |
Post New Answer View All Answers
Does treeset allow null in java?
Can a constructor have different name than a class name in java?
Who is the owner of java?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
What is the base class for error and exception?
What is the use of StringTokenizer class?
What does index mean in java?
Can we extend a class with private constructor?
What is the use of beaninfo?
Can we override protected method in java?
Define canvas?
What is the difference between access specifiers and access modifiers in java?
Can you write a java class that could be used both as an applet as well as an application?
What is a final class ?
Can a static member function access member variable of an object?