APICS Certified Supply Chain Professional (CSCP) — Question 505
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 _myextension to the file name.
- D. Mark the class as public.
Correct answer: A
Explanation
The correct action is to mark the class as final, which prevents it from being further extended. The other options are incorrect as they do not conform to the requirements for creating a proper extension class in Dynamics 365 Finance.