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 checkbox method allows you to tell if a checkbox is checked?
Can you achieve runtime polymorphism by data members?
Write a function to find out longest palindrome in a given string?
Write a java program for binary search?
What happens if we don’t define serial version uid?
How does remove work in java?
Can we create our own daemon thread?
How do I type unicode?
explain the difference between jdk and jvm?
Explain about main() method in java ?
Can we increase array size dynamically in java?
Why bytecode is called bytecode?
What is return data type?
How is Object Oriented Programming different from Procedure Oriented Programming?
How do you escape in java?