A. void myCallBack(int x) B. int receive(int num) C. string receive(int x) D. 不確定的
A. void f(){ } B. string f(){ } C. void f(string a){ } D. string f(string a){ }
A. delegate B. sealed C. operator D. event