📄 nighthours.h
字号:
//Nighthours
#ifndef NIGHTHOURS
#define NIGHTHOURS
class Nighthours:public Np
{
public:
Nighthours(int,double,double);
~Nighthours(){};
void upgrade(double);
virtual double counting(double);
virtual void print() const;
private:
double finalexpense,actualityexpense;
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -