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
Is static variable stored in heap?
What is the exception hierarchy in java?
What is an off by one error in java?
What is the byte range?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
What is array list in java?
What is final access modifier in java?
What is private public protected in java?
What is hash code collision?
Can a constructor be made final?
How does a for loop work java?
Is string is a data type in java?
Can we make constructors static?
Can we have a try block without catch block?
why doesn't java run on all platforms?