单项选择题

A、abstract只能修饰类
B、abstract只能修饰方法
C、abstract类中必须有abstract方法
D、abstract方法所在的类必须用abstract修饰