摘要: #include "HandCake.h"//手抓饼HandCake::HandCake(){ this->price=10; this->name="手抓饼";}HandCake::~HandCake(void){}int HandCake::GetPrice(){ return 10;}string HandCake::GetName(){ return name;}#include "Ham.h"Ham::Ham(void){}Ham::Ham(HandCake *cake){ //this->cake=cak 阅读全文
posted @ 2014-03-30 10:51 shencheng5721 阅读(204) 评论(0) 推荐(0) 编辑