A. int method1(int x){ return x++;} B. double method2(double x) { int a=1,b=2; int w=a+b; } C. void method3(int x){ return 0; } D. 以上都是