Posts by HStoltz • 43 points
1 post
-
4
votes1
answer79
viewsQ: Is it possible to force a method to be extended in Java?
It is possible to "force" a method to be extensible? The statement of the exercise says exactly this: we have to create a class, within it create a method and force this method to be extended. From…