赞题库-背景图
单项选择题

有如下类声明: class Wd{ int a; public: int b; int c; private: int d; protected: int e; };其中访问权限为私有的成员变量有

A.a 和 b
B.b 和 c
C.a 和 d
D.d 和 e