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 do you print array in java?
What are loops in java? What are three types of loops?
How to perform bubble sort in java?
How do you access command-line arguments within the code?
What happens if I remove static from main method?
What do you mean by static variable?
What is hash code collision?
What is collection sort in java?
How do you get length in java?
What is the SimpleTimeZone class?
What will be the default values of all the elements of an array defined as an instance variable?
Why Do I Get A "permission Denied" Error After Downloading The .jnlp Java Launcher For The Vkvm?
Can I import same package/class twice?
What is a get method?
What are mutable classes?