what is abstract method with example?

Answer Posted / syamsunder

Abstract method does not contain method body it contains only method header so we can say this is an in complete method.If a class contains a abstract method declare the class as a abstract and implementation can provides method body to all the abstract methods and also we can't create an object to abstract class

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is constructor and its types?

541


Why packages are used?

548


How do you override a method in java?

537


What is slash r?

543


How to call one constructor from the other constructor ?

604






What does function identity () do?

517


What are different exception types exceptions available in java ?

475


How we can generate random numbers in java?

610


What are functions in java?

499


What is the argument in java?

495


How do you remove duplicates in java?

526


What is the default execution method in java?

624


What is byte value?

555


What is the default access specifier for variables and methods of a class?

568


What is static variable with example?

562