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
What variables are stored in stack?
Why string is immutable with example?
what are the methods in object?
Where is the singleton class used?
What are the two basic ways in which classes that can be run as threads may be defined?
Can we define constructor in inner class?
What is hash code collision?
What is computer compiler?
What is the benefit of inner classes in java?
What interface is extended by awt event listeners?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
Can you have two constructors in java?
When should I use singleton?
How to compare two strings in java program?
What is linked hashmap and its features?