Answer Posted / nikhlesh gupta datia(m.p.)
Abstract Method:- The method which is define in the class without bodies that is without implementation is call as Abstract Method. & all the Abstract Method must be define with abstract keywords.
Abstract Class:- The class which is define with some abstract method is called as Abstract Class. & all the Abstract Method must be define with abstract keywords. We cannot created the object of abstract class.
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What is meant by anonymous class?
What is null statement?
What is anagram of a string?
Is zero a positive integer?
How transient variable is different from volatile variable?
How does linkedhashmap work in java?
What is java oops?
What are the restrictions imposed by a Security Manager on Applets?.
Is null a value?
What is the difference between preemptive scheduling and time slicing?
What is mutable object and immutable object?
What happens when heap memory is full?
What is temp in java?
What is the difference between arraylist and hashset in java?
What is a layout manager and what are different types of layout managers available in java awt?