CS202 Java-83
CS202 Introduction to Java
l
Final Classes?
•
Means that no classes can be derived from this
class (or inherit from this class)
•
For security reasons you do not want any
subclassing…
•
Or, you want to make it as efficient as possible
•
Therefore, all methods are implicitly final