单项选择题有如下类声明: class Wd{ int a; public: int b; int c; private: int d; protected: int e; };其中访问权限为私有的成员变量有
单项选择题用于定义类的必不可少的 C++ 关键字是