- /**
- *
- */
- package com.company.section1;
- /**
- * @author cbf4Life cbf4life@126.com
- * I'm glad to share my knowledge with you all.
- * 孙夫人断后,挡住追兵
- */
- public class BlockEnemy implements IStrategy {
- public void operate() {
- System.out.println("孙夫人断后,挡住追兵");
- }
- }