what is abstract method with example?
Answer Posted / sriragv
Abstrace method is a method which is having abstract
keyword and which may not be defined.
| Is This Answer Correct ? | 14 Yes | 12 No |
Post New Answer View All Answers
Which method cannot be overridden in java?
Is java same as core java?
Can you use abstract and final both with a method?
What is binary tree in java?
How do I stop concurrentmodificationexception?
What do you mean by local class?
What is meant by flickering?
What is garbage collector?
Which category the java thread do fall in?
What is literal example?
What is the relationship difference the canvas class and the graphics class?
What data type is a string?
What class of exceptions are generated by the java run-time system?
How to reverse a string in java?
Why is the type for real numbers called double?