Cpp クラス 継承 新しいページはコチラ
提供: yonewiki
(→クラス 継承) |
(→クラス 継承) |
||
| 32行: | 32行: | ||
int m_iBaseMoney; | int m_iBaseMoney; | ||
int m_iBaseMonth; | int m_iBaseMonth; | ||
| − | |||
| − | |||
private: | private: | ||
void m_fvBaseDispValue(); | void m_fvBaseDispValue(); | ||
public: | public: | ||
| + | CBaseInheritance(int iArgBaseMoney, int iArgBaseMonth); | ||
| + | ~CBaseInheritance(); | ||
int m_fiBaseSumMoney(); | int m_fiBaseSumMoney(); | ||
}; | }; | ||