Introduction to 492 and Decoupling
public class StandardOutReporter { public static void report (String msg){ System.out.println (msg); } }
public class StandardOutReporter { public static void report (String msg){ System.out.println (msg + at: +new Date ()); } }
static
. 32 of 34