what is abstract method with example?
Answer Posted / syamsunder
Abstract method does not contain method body it contains only method header so we can say this is an in complete method.If a class contains a abstract method declare the class as a abstract and implementation can provides method body to all the abstract methods and also we can't create an object to abstract class
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is meant by attribute?
What is difference between ++ I and I ++ in java?
What if static is removed from main method?
Is java hard to learn?
Explain about java sdk?
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
Does a function need a return?
Can java object be locked down for exclusive use by a given thread?
Is java se free?
Explain with example the concept of constant variable in java.
What is the use of protected in java?
define the terminology association.
What are register variables what are the advantages?
Which api is provided by java for operations on set of objects?
What is anagram number?