Sometimes you do not want to completely override a method. You just want to override part of it, or add a few extra features at the end. In this video, we introduce the super function which allows us to do this partial overriding without having to copy-and-paste the code from the old version of the method.
- Tags
-