what is abstract method with example?
Answer Posted / sriragv
Abstrace method is a method which is having abstract
keyword and which may not be defined.
| Is This Answer Correct ? | 14 Yes | 12 No |
Post New Answer View All Answers
Explain tree set and its features?
What will happen if a thrown exception is not handled?
What is an array length?
How do you sort objects in java?
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 do you clear a method in java?
How to create a custom exception?
What are meta-annotations?
What are assembly attributes?
What is type safety in java?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
What are some alternatives to inheritance?
What is proper subset?
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
What is covariant return type?