• A The program will not compile because it does not implement the run() method.
  • B The program will not compile because it does not contain abstract methods.
  • C The program compiles fine.
  • D None of the above