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 rule of accessibility in java?
What is this () in java?
What is intern method in java?
Can we override compareto method?
Explain the difference between throw and throws in java?
What is continuity of a function?
What is an object in java and how is it created?
What is the purpose of declaring a variable as final?
What methodology can be utilized to link to a database?
What Is Query Throttling in java?
Define the term string pool?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
Is object a data type in java?
Is this valid in java ? Can we instantiate interface in java?
Is singleton thread safe in java?