I've realized that I can have a final
method in a class final
, and based on what I understand as final
with the single class final
, no method of the class can be implemented anymore, so I would like to know if there is something I do not know or is a compiler error