a43.h
上传用户:puke2000
上传日期:2022-07-25
资源大小:912k
文件大小:0k
- //=====================================
- // a43.h
- //=====================================
- #ifndef HEADER_A43
- #define HEADER_A43
- #include"inch43.h"
- #include"pureflat.h"
- #include<iostream>
- //-------------------------------------
- class A43 : public Inch43, protected Pureflat{
- public:
- void adjustVolume(){ std::cout<<"Pureflat43 AdjustVolumen"; }
- void switchChannel(){ std::cout<<"Pureflat43 SwitchChanneln"; }
- ~A43(){}
- };//-----------------------------------
- #endif // HEADER_A43
-