// hiding/Pie.java // The other class. class Pie { void f() { System.out.println("Pie.f()"); } }