Microsoft
MB-500 · Question #226
You create a new interface class in Dynamics 365 Finance. The class has two methods. You need to create a valid interface class. Which two actions should you perform? Each correct answer presents a…
The correct answer is A. Declare the class and all its methods as public. D. Declare all methods in the classes that implement the interface. You've hit your limit · resets 4am (America/New_York)
Develop business logic
Question
You create a new interface class in Dynamics 365 Finance. The class has two methods. You need to create a valid interface class. Which two actions should you perform? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
Options
- ADeclare the class and all its methods as public.
- BImplement only some methods in the classes that implement the interface.
- CImplement the class as abstract.
- DDeclare all methods in the classes that implement the interface.
How the community answered
(31 responses)- A87% (27)
- B3% (1)
- C10% (3)
Explanation
You've hit your limit · resets 4am (America/New_York)
Topics
#interface class#X++ OOP#method declaration#public access modifier
Community Discussion
No community discussion yet for this question.