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
What are parameters in a method?
Is null a string?
How many bits is a string in java?
What is difference between class and object in java?
Explain tree set and its features?
What is the purpose of tostring() method in java?
What is this () in java?
What is functional interface in java?
What are the features of junit?
What is type safety in java?
What is a two-pass assembler?
When should I use a singleton?
What is an array in java?
Why deletion in linkedlist is fast than arraylist?
What is the meaning of find and replace?