Computer Science, asked by abuansari3422, 1 year ago

what are abstract methods in Java?

Answers

Answered by sharvaridhawad
0
Abstract Methods and Classes in Java. Abstract methods, similar to methods within an interface, are declared without any implementation. They are declared with the purpose of having the child class provide implementation. ... They are created with the purpose of being a super class.
Answered by abhikumar12
0

Abstract Methods and Classes in Java. Abstract methods, similar to methods within an interface, are declared without any implementation. They are declared with the purpose of having the child class provide implementation. ... They are created with the purpose of being a super class.

Similar questions