单项选择题

A.abstract不能与final并列修饰同一个类
B.abstract类不能有自己的构造方法
C.abstract方法所在的类必须是abstract类
D.static方法中能处理非static的属性