多项选择题

A、implement the Runnable interface
B、add a run()method in the class
C、create an instance of Thread
D、extend the Thread class