Question: Which is/are wrong when you working with named parameters?
A
B
C
D
Non-optional parameters must be declared last.
B
Non optional parameters must still be specified when you call a method
C
Parameters are evaluated in the order they are declared.
D
Both a and b
Note: Not available