单项选择题

已知有下列类的说明,则下列( )语句是正确的。
publicClass Test
private float f=1.0f;
int m=12;
static int n=1:
public static void main(Stringarg[])
Test t=new Test():

A.f;
B.this.n;
C.Test.m;
D.Test.f;