摘要: 1.定义一个类表示银行账户。数据成员包括姓名,账号和存款。成员函数可以执行初始化数据、显示数据和取款存款的功能。 //Bank.cpp #include<iostream> #include"BankAccount.h" int main() { CBankAccount my_bank_accou 阅读全文
posted @ 2019-08-21 17:17 MorpheusDong 阅读(316) 评论(0) 推荐(0) 编辑