Super allows you to call methods from base classes that are overridden in subclasses. But how does it work? And what does it look like? In this video you see an inheritance example and inspect super. You learn that super is not a function but a class that it allows you to override base class methods.