b29.h
上传用户:puke2000
上传日期:2022-07-25
资源大小:912k
文件大小:0k
- //=====================================
- // b29.h
- //=====================================
- #ifndef HEADER_B29
- #define HEADER_B29
- #include"inch29.h"
- #include"plasma.h"
- #include<iostream>
- //-------------------------------------
- class B29 : public Inch29, protected Plasma{
- public:
- void adjustVolume(){ std::cout<<"Plasma29 AdjustVolumen"; }
- void switchChannel(){ std::cout<<"Plasma29 SwitchChanneln"; }
- ~B29(){}
- };//-----------------------------------
- #endif // HEADER_B29
-