Can a class extend abstract class or interface? why
Answer Posted / mahesh
A class can extend an Abstract class but it can't extend an
interface.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is package private scope in java?
Why does java not support pointers?
Why put method is idempotent?
Why is serialization required?
Is Java a dying language?
Can you explain the private protected field modifier?
Is alive and join method in java?
Where are local variables stored?
What are variable names?
Why javac is not recognized?
How to make a class or a bean serializable?
List implementations of list interface?
Explain about OOPS concepts and fundamentals.
How we can run a jar file through command prompt in java?
Is arraylist an object in java?