不做特别说明,类的数据成员和成员函数都被认为是private 如:class lamp { int number;void display();public:void lower();};其中 ,number display()为私有,lower 为公有