016_linuxC++之_多重继承

016_linuxC++之_多重继承 (一)代码 1 #include <iostream> 2 #include <string.h> 3 #include <unistd.h> 4 5 using namespace std; 6 7 class Sofa { 8 public: 9 void watchTV(void) { cout<<"watch TV"<<e
相关文章
相关标签/搜索