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 the meaning of variables in research?
How to store image in arraylist in java?
What are the advantages of arraylist over arrays?
Can we override a variable in java?
Why is a constant variable important?
What is a file pointer?
What is unicode in java?
What is collection api?
Give an example of use of pointers in java class.
What is public static void main?
How do you declare a string variable?
Write code of any action class?
What will happen to the exception object after exception handling?
Is array a class?
What is the purpose of checked and unchecked exceptions in JAVA?