C++面向对象程序设计
83 84 // print CommissionEmployee object 85 void CommissionEmployee::print() const 86 { 87 88 89 90 91 employee: cout << "commission employee: " << getFirstName() << ' ' << getLastName() << "\nsocial security number: " << getSocialSecurityNumber() << "\ngross sales: " << getGrossSales() "\ << "\ncommission rate: " << getCommissionRate();
Outline
Commission Employee.cpp
(4 of 4)
92 } // end function print
百度搜索“77cn”或“免费范文网”即可找到本站免费阅读全部范文。收藏本站方便下次阅读,免费范文网,提供经典小说教育文库C++面向对象程序设计第七章(12)在线全文阅读。
相关推荐: