Q Binding cannot be done

  • A When separately compiled modules are linked together
  • B During loading
  • C While writing a program
  • D None of these

MCQs Details

The binding of private, static, and final methods always happens at compile time since these methods cannot be overridden.