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 deserialization?
Explain about field hiding in java?
How do I write a self declaration?
What is the disadvantage of synchronization?
Print Vertical traversal of a Binary Tree.
What is the difference between an array and an array list?
What is singleton math?
How finally used under exception handling?
Explain java coding standards for variables ?
What is JFC?
How are java objects passed to a method and what are native methods?
Can you sort a list in java?
What is the list interface in java programming?
What is difference between iterator access and index access?
What is string builder in java?