public void foo(int x) { System.out.println("** calling foo of C"); TLog.log("I am C.foo()"); }
public void foo(int x) { TLog.log("I am B2.foo()"); }