Answer Posted / pranab dutta
An Abstract class serves as a template, so it must be
extended /subclassed. It contains a static data. It means a
class that is abstract may not be instantiated and its
constructor can?t be called. A class may be declared
abstract even if it has no abstract methods that prevents
it from being instantiated.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what is mena by object block any what is the use of that
What is the purpose of garbage collection in java, and when is it used?
Explain the difference between treeset and treemap in java?
What is a parameter in a function?
Can you give names of Container classes?
How to restrict a member of a class from inheriting by its sub classes?
What happens when main () method is declared as private?
What is the difference between throw and throws keywords?
What is the reflection?
How to Sort Strings which are given in List and display in ascending order without using java api.
What is unmodifiable collection in java?
What are data structures in java?
What is static keyword?
What are kinds of processors?
Is list thread safe in java?