单选题 有如下类声明:
class Foo int bar;);
则Foo类的成员bar是( )。
A.公有数据成员 B.公有成员函数
C.私有数据成员 D.私有成员函数

【正确答案】 C
【答案解析】