0
I figure out
The "final" keyword should be use to close the development of the code, to not permit nobody to access at your code, so that way will be more SEGURITY.
1 Respuesta
+ 2
Hmm. "Final" in object oriented programming means that the method or property cannot be overridden by any other class that inherits from that original class. It is more about code clarity and control in my opinion.