b29.h
资源名称:c.rar [点击查看]
上传用户:puke2000
上传日期:2022-07-25
资源大小:912k
文件大小:1k
源码类别:

C#编程

开发平台:

Visual C++

  1. //=====================================
  2. // b29.h
  3. //=====================================
  4. #ifndef HEADER_B29
  5. #define HEADER_B29
  6. #include"inch29.h"
  7. #include"plasma.h"
  8. #include<iostream>
  9. //-------------------------------------
  10. class B29 : public Inch29, protected Plasma{
  11. public:
  12.   void adjustVolume(){ std::cout<<"Plasma29 AdjustVolumen"; }
  13.   void switchChannel(){ std::cout<<"Plasma29 SwitchChanneln"; }
  14.   void adjustLight(){ std::cout<<"Plasma29 AdjustLightn"; }
  15.  ~B29(){}
  16. };//-----------------------------------
  17. #endif  // HEADER_B29
  18.