摘要: 1 #include <iostream> 2 3 using namespace std; 4 5 class TInterface1 6 { 7 public: 8 virtual void Sleep() = 0; 9 }; 10 class TInterface2 11 { 12 publi 阅读全文
posted @ 2022-07-19 15:58 小小林林 阅读(62) 评论(0) 推荐(0) 编辑