what is abstract method with example?
Answer Posted / vijay, hangar17
Abstract method is a method that has incomplete body. The
body is defined by the class which extends the abstract class.
| Is This Answer Correct ? | 34 Yes | 6 No |
Post New Answer View All Answers
What is the difference between int and integer in java?
What is the meaning of variables in research?
What do you mean by constructor?
How many ways can you break a singleton class in java?
Discuss different types of errors that generally occur while programming.
Why string objects are immutable in java?
Can we rethrow the same exception from catch handler?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
What are the differences between processes and threads?
Explain restrictions on using enum?
What do you understand by the term singleton?
How to Sort Strings which are given in List and display in ascending order without using java api.
What are reference variables in java?
What is Major and importance difference between for and foreach loop ?
What are keywords and reserved words in java?