Which of the following are legal declaration and definition of a method
A、voidmethod(){};;
B、voidmethod(void){};;
C、method(){};;
D、method(void){};
发布时间:2025-11-05 00:34:13
A、voidmethod(){};;
B、voidmethod(void){};;
C、method(){};;
D、method(void){};