June 2018
Beginner
722 pages
18h 47m
English
A class declared final cannot be extended. That is, it cannot have children, which makes all the methods of the class effectively final.
This feature is widely used for security or when a programmer would like to make sure the class functionality cannot be overridden, overloaded, or hidden.
Read now
Unlock full access