You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the `@final` decorator to a class or class method indicates that the object cannot be overridden. You can't subclass that class and you can't override that method in a subclass.
8
10
9
11
You can add it to either a class or a method on a class.
0 commit comments