单项选择题

假设Foo类定义如下,设f是Foo类的一个实例,下列语句调用哪个是错误的()

A.Foo.aMethod();
B.f.aMethod();
C.System.out.println(f.i);
D.Foo.bMethod()