Question:There some rules you need to be aware of when working with named parameters.
A Non-optional parameters must be declared first.
B Non-optional parameters must still be specified when you call a method.
C Parameters are evaluated in order they are declared
D all of the above
+ AnswerD
+ Report