• A Use a display method on the SalesTable form to invoke the custom business logic when the form is refreshed.
  • B Directly modify the update method of the SalesTable class to include the custom business logic.
  • C Create a new class that inherits from the SalesTable class and override the update method.
  • D Create a class extension for the SalesTable class and add a post-event handler for the update method.