I figure out | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
+ 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