单项选择题

A.public float aMethod(float a,float b,float c){  }
B.public float aMethod(float c,float d){  }
C.public inta Method(int a,int b){  }
D.private float aMethod(int a,int b,int c){  }