Allows you to create overloaded methods for your classes.
With the Local Method Overrides step of the Class Wizard you can:
This is a list of all the inherited methods that are available for the currently selected superclass. When a method is moved from the Inherited Methods list to the Local Overrides list (by using the right arrow located between the lists), an override method is added to your class.
Note The Inherited Methods list is only populated with method names if the superclass is a valid superclass.
A list of the methods that are currently overloaded for the currently selected superclass. When a method is moved from the Local Overrides list to the Inherited Methods list (by using the left arrow located between the lists), the override method is removed from the class you are creating.