-->
当前位置:首页 > 题库

单选题:About functions in Java, which statement below is NOT correct?

Luz5年前 (2021-05-10)题库1098
About functions in Java, which statement below is NOT correct? @[B](2)

A. All functions are class members.
B. All functions are to be bound dynamically.
C. There’s no default argument in function’s parameter list.
D. A void function returns nothing.




A.All functions are class members.
B.All functions are to be bound dynamically.
C.There’s no default argument in function’s parameter list.
D.A void function returns nothing.


答案:B