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 are byte codes?
In the below example, what will be the output?
How java uses the string and stringbuffer classes?
What is double data type?
Give the difference between the println method and sqrt method?
What do you mean by checked exceptions?
What is array length?
How many functional interfaces does java 8 have?
Differences between C and Java?
Explain about join() method?
What are passing parameters?
How is treeset implemented in java?
What is the difference between int and integer in java?
What languages are pass by reference?
What is bufferedwriter?