考试
1970-01-01 08:00:00

下面是正确的方法定义的是() A. static voi

题目描述

下面是正确的方法定义的是() A. static void f(int a,b,c) { c=a+b; } B. static void f(int a,int b,out int c) { c=a+b; } C. static void f(int a,int b,out int c) { c=a+b; return c; } D. static f(int a,int b,out int c) { c=a+b

答案解析

public static method ( double a ){ }

加载中...
AI正在思考中,请稍候...