Q:
You are working on a Dynamics 365 s application. You need to extend a base class method but the method has a default parameter.
You need to wrap the method in an extension class without causing any errors.
You need to determine how to declare the wrapper method.
How should you do this?
-
A
Declare the wrapper method with the default value of the parameter
-
B
Declare the wrapper method with a different default value for the parameter
-
C
Declare the wrapper method without the parameter
-
D
Declare the wrapper method without including the default value of the parameter
D