单项选择题

在多线程程序设计中,如果采用继承Thread类的方式创建线程,则需要重写Thread类的______方法。

A.start
B.local
C.interrupt
D.run