单项选择题
下面关于修饰符混用的说法,错误的是?
A abstract不能与final并列修饰同一个类
B abstract类中可以有private成员
C abstract方法必须在abstract类中
D static方法中不能处理非static的属性
点击查看答案&解析
