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 does next mean in java?
What are the different types of sorting in java?
What is the difference between equals() and?
Explain exception chaining in java?
Objects or references which of them gets garbage collected?
What do negative exponents mean?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
How many digits is int32?
How java uses the string and stringbuffer classes?
Why do we use variables?
Can we have multiple public classes in a java source file?
What is the difference between overriding & overloading?
How do you convert an int to a double in java?
What is difference between == equals () and compareto () method?
How many bytes are there?