import utilities.Command;

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