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 make a thread in java?
What are the disadvantages of object oriented programming?
What is the purpose of a default constructor?
Explain the difference between protected and default access.
What is meant by object oriented programming – oop?
What is jar?
What is string builder?
What is the java virtual machine?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
What is the difference between delete and delete[]
What two classes are used to read data only?
Why is java called java?
What is the meaning of 3 dots in java?
What are facelets templates?
What is the point of polymorphism java?