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.

10th Dec 2018, 8:55 PM
David MambrĂș De LeĂłn
David MambrĂș De LeĂłn - avatar
1 Answer
+ 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.
10th Dec 2018, 9:28 PM
Jon Jackson
Jon Jackson - avatar