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
Explain what are final variable in java?
Can we have a method name same as class name in java?
What is string args [] in java?
Should a main method be compulsorily declared in all java classes?
What is null in java?
What is the relationship between clipping and repainting under awt?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
Does substring create a new object?
What is difference between final and finally in java?
Can we create object of static class?
What is thread start?
How many tetrahedral voids are there in bcc?
What is null data type?
How is treeset implemented in java?
What is jit compiler in java?