• A Implement the methods directly in the base class.
  • B Add methods to the base class and use your new method from an event handler.
  • C Create a new class called InventTable_Handler and create the methods in it.
  • D Add methods to the augmented class and use your new method from an event handler.