public class FunctionB { public static void execute() { System.out.println("Function B"); } }