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 java and its types?
What is the purpose of void class?
List the different types of classloaders in java.
Can java cast null?
What do you mean by platform independence? What is an interface?
What is the difference between a method and a function in alice?
What is a treeset in java?
What is the indent key?
How can we create objects if we make the constructor private ?
What is difference between adapter class and listener?
What is Enum in Java?
How do you clear a list in java?
What does i ++ mean in Java?
Why scanner is used in java?
What is a local, member and a class variable?