There can be a abstract class without abstract methods, but
what is the need to declare a class abstract if it doesn't
contain abstract methods?
Answer Posted / zartab
An abstract class when declared, any method declared inside it becomes implicitly abstract and hence any class extending it have to provide deferred implementation.
| Is This Answer Correct ? | 2 Yes | 14 No |
Post New Answer View All Answers
Which is illegal identifier in java?
What are accessor methods in java?
How do you create a null object?
What is use of inner class in java?
What is your platform’s default character encoding?
What is data member in java?
How do listeners work?
when to use ArrayList and when to use HashMap in webApplication.
Can two objects have same hashcode?
What is subsequence of a string?
Can you access non static variable in static context?
What is palindrome in java?
Is nan false?
What is a method in programming?
How do I know if java is installed?