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

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.