APICS Certified Supply Chain Professional (CSCP) — Question 501
You are a Dynamics 365 Finance developer.
You need to create an extension class.
Which action should you perform?
Answer options
- A. Decorate the class with the ExtensionOf attribute.
- B. Mark the class as protected.
- C. Mark the class as public.
- D. Mark the class as private.
Correct answer: A
Explanation
The correct answer is A because decorating the class with the ExtensionOf attribute is essential for creating an extension class in Dynamics 365 Finance. Options B, C, and D do not fulfill the requirements for class extension as they focus solely on access modifiers without the necessary attribute for extension.