Single Choice Easy

QWhat methods can you extend to use Chain of Command?

ID: #9614 Classes in D365 F&O X++ 207 views
Question Info
#9614Q ID
EasyDifficulty
Classes in D365 F&O X++Topic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Methods declared with the keyword final
  • B Private methods
  • C Protected and public methods
  • D Methods tagged with the attribute hookable(false)
Correct Answer

Explanation

  • A. Incorrect: Final methods cannot use Chain of Command.
  • B. Incorrect: Private methods cannot use Chain of Command.
  • C. Correct: Protected and public methods can use Chain of Command.
  • D. Incorrect: Methods with the hookable attribute set to false cannot use Chain of Command.

Share This Question

Challenge a friend or share with your study group.