有这样一个类: class Eye { public: void Look(void); }; 现在希望定义一个Head类,也想实现Look的功能,应该使用()方法,实现代码重用。
区块链毕设网qklbishe.com为您提供问题的解答
有这样一个类:
class Eye
{
public:
void Look(void);
};
现在希望定义一个Head类,也想实现Look的功能,应该使用()方法,实现代码重用。
区块链毕设网qklbishe.com为您提供问题的解答