Single Choice
Easy
QWhich method will allow the method to be called from anywhere that its class is accessible?
ID: #11008
Classes in D365 F&O X++
144 views
Question Info
#11008Q ID
EasyDifficulty
Classes in D365 F&O X++Topic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
- A. Correct: Methods that are declared as
publiccan be called from anywhere that the class is accessible. - B. Incorrect: Methods that are declared as
privatecan only be called from methods within the same class. - C. Incorrect: An
accessmethod doesn’t exist in finance and operations apps. - D. Incorrect: Methods that are declared as
protectedcan only be called from methods in the class or methods in a subclass of the class.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic