• A Create a new class in the AOT and implement the inventory adjustment logic within a method.
  • B Extend an existing inventory class and override the update method to include the new logic.
  • C Create a batch job that periodically adjusts inventory levels based on purchase orders.
  • D Option A and B Only