what is abstract method with example?
Answer Posted / srinivasa
A method without implementation
or
Abstract method does not contian the method body.It
contains method prototype . It is implemented in its sub
classes.
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What is the indent key?
Can we make a constructor final?
Can singleton class be serialized?
What is null mean in java?
what is the difference between process and thread? : Java thread
What is integers and example?
What is boolean data type in java?
Explain the selection sort algorithm?
What are the benefits of immutable objects?
How to sort an array from smallest to largest java?
What is java full form?
What is the difference between abstract class and interface1? What is an interface?
Can a class be defined inside an interface?
What are basic keywords?
How we can skip finally block of exception even if some exception occurs in the exception block in java?