下列语句中,将函数int sum(int x, int y)正确重载的是:
A、float sum(int x, int y);
B、int sum(int a, int b);
C、float sum(float x, float y);
D、double sum(int y, int x);