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 does += mean coding?
Can we compare two strings in java?
What is a layout manager and what are different types of layout managers available in java awt?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
What is the difference between a factory and abstract factory pattern?
How big is a gigabyte?
What is treeset and treemap in java?
What is indexof in java?
What is the relationship difference the canvas class and the graphics class?
What is final modifier?
What is the maximum size of byte array in java?
What is illegal identifier in java?
Can we have return statement in finally clause? What will happen?
Difference between throw and throws?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?