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
How do you define a parameter?
How do you use nextline in java?
Why does java doesnt suuport unsigned values?
Explain the difference between intermediate and terminal operations in java8?
What is consumer in java?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What is class array in java?
What is the difference between conversation & casting?
How do you add an element to a set in java?
Why is a constant variable important?
What is the use of singleton class?
What is bubble sorting in java?
Why is a singleton bad?
How does hashmap work in java ?
What is the final keyword denotes?