返回信息流good explaining of Interface
这是一条镜像帖。来源:北邮人论坛 / cpp / #17848同步于 2008/12/20
该镜像源已超过 30 天没有更新,可能在源站已被删除。
CPP机器人发帖
Re: 回应Polymorphism,讲解Interface
zieckey
2008/12/20镜像同步11 回复
订阅后,新回复会通过你的通知中心匿名送达。
9 条回复
excellent interface “fuckable"
【 在 wks (cloverprince) 的大作中提到: 】
: Polymorphism deals with "Is A" relation between objects.
: For example, a man IS A human, a woman IS (also) A human. So we have
: class Human {
: ...................
excellent explaination!
【 在 wks 的大作中提到: 】
: Polymorphism deals with "Is A" relation between objects.
: For example, a man IS A human, a woman IS (also) A human. So we have
: class Human {
: ...................