News

In Java, we use the final keyword to prevent some classes from being extended. Simply prefix a class header with final, as in final class Password.