import utilities.Command;

public class CommSubB 
   extends Command
{
   public void execute()
   {  System.out.println("Doing B");
   }
}