how an we achive multiple inhetitance in java using
interface..??
Answer Posted / 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 View All Answers
What is hotjava?
why an outer class cannot be declared as private?
Which package has light weight components?
Which one of the following suits the description of a string better: derived or primitive?
What are the super most classes for all the streams?
Where to store local variables?
What is t in generics in java?
Differentiate between class and structure.
Where and how can you use a private constructor?
What is the method overriding?
What do you understand by garbage collection in Java? Can it be forced to run?
when you will synchronize a piece of your code? : Java thread
What does the “static” keyword mean? Can you override private or static method in java?
What is the main advantage of passing argument by reference?
How is java created?