what is abstract method with example?
Answer Posted / abhishek,hingu
abstract method is a method whose implementation is
deferred to a subclass. Or, a method that has no
implementation
| Is This Answer Correct ? | 52 Yes | 6 No |
Post New Answer View All Answers
How does the garbage collector works in java?
How will you print number in reverse (descending) order in BST.
What are 3 data types?
Can we override compareto method?
What are functions in java?
What are synchronized methods ?
Which collections are thread safe in java?
Java.util.regex consists of which classes?
What does 3 dots mean in java?
How can you generate random numbers in java?
What is a method declaration?
What does || mean in vectors?
Is singleton set an interval?
Explain methods specific to list interface?
Can one thread block the other thread?