单项选择题

A.void aMethod(){...}
B.public int aMethod(){...}
C.public void aMethod (){...}
D.public int aMethod (int m){...}