Answer Posted / sundar m
Abstract class is a restricted class that cannot be used to create objects
It is the class which the "abstract" keyword is used to create the abstract class and this was implemented for the user simplicity and the abstract method cannot contain the body
The abstract class must be inherit from another class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How finally used under exception handling?
Which non-unicode letter characters may be used as the first character of an identifier?
Will set allow duplicates in java?
Can constructor be synchronized?
Is there a sort function in java?
What do you mean by ordered and sorted in collections in java?
What are class types in java?
What is difference between final and finally in java?
What are implicit objects in java?
Why wait and notify methods are declared in object class?
What are the uses of synchronized keyword?
What is the difference between jdk and jre?
How many bits is a string?
Define reflection.
What is variable length arguments in java?