c43.h
上传用户:puke2000
上传日期:2022-07-25
资源大小:912k
文件大小:1k
- //=====================================
- // c43.h
- //=====================================
- #ifndef HEADER_C43
- #define HEADER_C43
- #include"inch43.h"
- #include"liquidcrystal.h"
- #include<iostream>
- //-------------------------------------
- class C43 : public Inch43, protected LiquidCrystal{
- public:
- void adjustVolume(){ std::cout<<"Liquidcrystal43 AdjustVolumen"; }
- void switchChannel(){ std::cout<<"Liquidcrystal43 SwitchChanneln"; }
- void adjustLight(){ std::cout<<"LiquidCrystal43 AdjustLightn"; }
- ~C43(){}
- };//-----------------------------------
- #endif // HEADER_C43
-