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 static class
Explain the selection sort algorithm?
Can we increase size of array?
What is the major difference between linkedlist and arraylist?
What is string pool in java?
Why chararray() is preferred over string to store the password?
What does pointer mean?
Does every java program need a main?
Is there a case when finally will not execute?
What is an object in java?
What isan abstract class and when do you use it?
What is an 8 bit word?
What is return used for in java?
What does microservices mean?
What is bytecode verifier?