单项选择题

A.属性中可以不包含任何访问器
B.属性中可以只有get访问器,也可以只有set访问器
C.属性中只能有get访问器或set访问器,不能同时包含
D.属性中必须包含get访问器和set访问器