You can configure what happens when a method of a child class overrides a corresponding method of the parent class.
The following list describes the available override options.
Note
These options are available only for methods that have an input with dynamic dispatch enabled in the icon view.
-
Descendants must override this function— Any child of this class must override this method with a corresponding method.
-
Overrides must call parent—Any child of this class that overrides this method must call the parent version of the method.