Fork me on GitHub
摘要: 1 #include 2 #include 3 4 using namespace std; 5 6 7 class STAbstractProductA 8 { 9 public: 10 virtual void use() = 0; 11 }; 12 13 class STProductA1: publi... 阅读全文
posted @ 2017-05-08 20:36 码农的逼格 阅读(298) 评论(0) 推荐(0)