Is it compulsory to have atleast one abstract method in
abstract class?
Answer Posted / saurabh m. chande
It is absolutely not necessary to have at-least 1 method as an abstract method in a class which is defined as an abstract.
But it is equally necessary to declare the class as an abstract class if at-least 1 method within that class is declared as abstract method.
Abstract class contains either the method declaration only or complete method implementation.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What do you mean by constant time complexity?
When we serialize an object does the serialization mechanism saves its references too?
What is t in parametric equations?
What do you understand by casting in java language?
What is methodological framework?
What is contractor means and methods?
what is thread? What are the high-level thread states? : Java thread
What is set and get methods in java?
What is methods in java?
Are arrays classes in java?
Can we rethrow the same exception from catch handler?
What is illegal identifier in java?
Can a class have multiple superclasses?
How to set the permissions to a file in java?
I want to re-reach and use an object once it has been garbage collected. How it's possible?