endgültige Methode Bedeutung
When a METHOD is declared with final keyword, it is called a final method.
A final method cannot be OVERRIDEN.
when a CLASS is declared final then it cant be INHERITED.
when a VARIABLE is declared final its value cant be CHANGED.
Fair Falcon