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 is object class in java?
Does java set allow duplicates?
What is jvm? Why is java called the platform independent programming language?
Why are getters and setters used?
What is difference between fail-fast and fail-safe?
Why should we use singleton pattern instead of static class?
Which class represents the socket that both the client and server use to communicate with each other?
What is the symbol for average?
What environment variables are required to be set on a machine in order to run Java programs?
What is a lock or purpose of locks in java?
Can an object subclass another object?
what is daemon thread and which method is used to create the daemon thread? : Java thread
How do you override a variable in java?
how to create multithreaded program? Explain different ways of using thread? : Java thread
What are the difference between composition and inheritance in java?