示例#1
0
	void performQuack() { qBeh->quack(); }
 void quack(){
     qb->quack();
 }
示例#3
0
 void performQuack()
 {
     quackBehavior->quack();
 }