Chain of Command

D365 MCQ Questions > D365 F&O Technical

Chain of Command


  • A Methods declared with the keyword final
  • B Private methods
  • C Protected and public methods
  • D Methods tagged with the attribute hookable(false)
  • A You can use var to declare local variables for declarations of for loop counters
  • B You can declare a variable wherever statements can be provided.
  • C You can declare a variable after the variable is used.
  • D You can declare variables in smaller scopes, outside which the variables can’t be referenced.