源码简介: |
设计一个Employee类,数据成员有编号,月工资,设为私有的;成员函数有构造函数和显示信息的函数,设为公有的,构造函数用于输入数据成员和显示信息。-Design an Employee class data members with a number, the monthly wage is set to private member function constructor function and display information made public to the constructor for the members of the input data and display the information.
|