单项选择题

对于方法void sort(int x),以下不能作为这个方法的重载的声明的是()

A.public float sort(float x)
B.int sort(int y)
C.double sort(int x,int y)
D.void sort(double y)