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 the difference between hashmap and hashtable? What is an interface?
What about instanceof operator in java?
What is a condition in programming?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
Can we declare a static variable inside a method?
What is the difference between preemptive scheduling and time slicing in java programming?
Can java list contain duplicates?
What is java literals?
design an lru cache in java?
What is object of class in java?
What are advantages and disadvantages of OOPs?
How do you use compareto method?
What is synchronization and why is it important in java programming?
How to invoke external process in java.
What is the ==?