1. 首页
  2. 操作系统
  3. 桌面系统
  4. 多继承股票类.cpp

多继承股票类.cpp

上传者: 2020-07-30 03:19:26上传 CPP文件 2.84KB 热度 22次
#include#include#include#includeusing namespace std;class Stock{private: string symbol; string name; double currentPrice; double previousClosingPrice; friend class StockExchange;public: Stock() {} void Input() { cout << "请输入股票代码:"; cin >> this-
下载地址
用户评论