单项选择题

父类Person中定义了方法walk(),子类Man类继承Person类,新增了smoke()方法,下面代码段中编译出错的是()。

A.
B.
C.
D.