Lesson 22.7 The super Function
From Hannah Lee November 08, 2020
83 plays
83
Related Media
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
- Appears In
Link to Media Page
Loading
Loading…