Q _____ is used to provide the specific implementation of a method which is already provided by its superclass.

  • A Operator Overload
  • B Method Overload
  • C Method Overriding
  • D Operator Overloading

MCQs Details

Method overriding, in object-oriented programming, is a language feature that allows a subclass or child class to provide a specific implementation of a method that is already provided by one of its superclasses or parent classes.