单项选择题

A.const关键字可以修饰对象和成员函数
B.const对象不能被修改
C.const成员函数不能修改类数据成员
D.const可以用于说明类