Skip to Content

MB-500: What Is the Best Practice for Ensuring Base Method Execution in Dynamics 365 CoC?

x

Table of Contents

Question

You are working on a Dynamics 365 application. You have extended a base class method using Chain of Command (CoC).

You need to ensure that the next method in the chain and the original implementation are always called.

You need to determine which keyword to use in your extension method.

Which should you use?

Select only one answer.

A. next
B. base
C. this
D. super

Answer

A. next

Explanation

The ‘next’ keyword is used in a CoC extension method to invoke the next method in the chain, ensuring that the original implementation is always called. ‘super’, ‘base’, and ‘this’ keywords are not used for this purpose in CoC.

Microsoft Dynamics 365: Finance and Operations Apps Developer MB-500 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Dynamics 365: Finance and Operations Apps Developer MB-500 exam and earn Microsoft Dynamics 365: Finance and Operations Apps Developer MB-500 certification.