APICS Certified Supply Chain Professional (CSCP) — Question 502
You are a Dynamics 365 Finance developer.
You need to create an extension class.
Which action should you perform?
Answer options
- A. Mark the class as final.
- B. Add the class buffer as the first parameter.
- C. Add the suffix .extension to the file name.
- D. Mark the class as public.
Correct answer: A
Explanation
Marking the class as final prevents it from being further extended, which is essential for an extension class. The other options do not correctly address the requirements for creating an extension class in Dynamics 365 Finance. For instance, adding a class buffer or changing the filename does not conform to the extension class creation protocol.