QuestionQ191
Design and develop AOT elementsYou create a new interface class in Dynamics 365 Finance. The class contains two methods.
You need to create a valid interface class.
Which two actions should you take? Each correct answer provides a complete solution.
NOTE: Each correct selection is worth one point.
Choose two
- A Declare the class and all its methods as public.
- B Implement only some methods in the classes that implement the interface.
- C Implement the class as abstract.
- D Declare all methods in the classes that implement the interface.
Community Discussion