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