|
Java™ by example!
|
|
|
What is a final class?
A final class is a class that cannot be extended. For example, the standard String class is final. You can see it as a leaf of the class hierarchy.
Further Information
Author of answer: Joris Van den Bogaert
Comments
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|