what are abstract methods in Java?
Answers
Answered by
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
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