• A Create a new class and use the 'extends' keyword to specify the superclass it should inherit from.
  • B Add the desired functionality to the overridden method in the subclass.
  • C In the subclass, declare a method with the same name and parameters as the method in the superclass.
  • D A, B, C
  • Share this MCQ