what is abstract method with example?
Answer Posted / srinivasa
A method without implementation
or
Abstract method does not contian the method body.It
contains method prototype . It is implemented in its sub
classes.
Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
How can an exception be thrown manually by a programmer?
why an outer class cannot be declared as private?
What are the differences between getting and load method?
What is meant by data hiding/encapsulation?
What are actual parameters?
How many bytes is a url?
why are there separate wait and sleep methods? : Java thread
What is the preferred size of a component in java programming?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
How is java hashmap implemented?
what is thread? What are the high-level thread states? : Java thread
How many java versions are there?
What are different types of control structures?
Why parsing is done?
What is the difference between a method and a function in alice?