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 are loops in java?
Is minecraft 1.15 out?
What modifiers are allowed for methods in an interface?
Can an interface have a class?
Where import statement is used in a java program?
What is the difference between ArrayList and Vector? which one is better in Java
Explain thread in java?
Why is java called java?
Are arrays immutable in java?
What is locale in java?
Does java have extension methods?
Why there is no call by reference in java?
Is arraylist an object in java?
What is java util list?
Can I extend singleton class in java?