簡單工廠模式

1.概念解析 2.示例代碼 #include<bits/stdc++.h> using namespace std; class Operation { public: Operation():_numberA(0), _numberB(0){ } double GetNumberA() { return _numberA; } double SetNumberA(doubl
相關文章
相關標籤/搜索