单项选择题

A.abstract类中可以有abstract方法
B.abstract类中所有方法都不能被实现
C.非abstract类继承abstract类,必须实现父类的abstract方法
D.abstract类不能实例化