what is abstract method with example?
Answer Posted / syamsunder
Abstract method does not contain method body it contains only method header so we can say this is an in complete method.If a class contains a abstract method declare the class as a abstract and implementation can provides method body to all the abstract methods and also we can't create an object to abstract class
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is the size of boolean variable?
What is a top level class in java?
What is the difference between conversation & casting?
What does bitwise or mean?
What is skeleton and stub? What is the purpose of those?
What is lambda programming?
Why main function is static?
Is 0 true or is 1 true?
Why do we create public static method in java?
What does jre stand for?
Give the hierarchy of inputstream and outputstream classes.
What is a jit compiler?
What is a type parameter in java?
Difference between error and exception
What is a methodologist?