4
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 what I understood of the things I read, all methods could be extensible, each with its own peculiarities, but the public
is the one that can be extended with the greatest freedom, but that does not mean that it is necessarily extensible, or not?
There is a way to "force" the method to be extensible in Java?
Helps immensely!
– HStoltz