QuestionQ45
Design and develop AOT elementsYou are working on a Dynamics 365 Finance project.
Use abstract and interface classes to satisfy the project requirements. Select the appropriate class type for each requirement. Each class type can be used once, multiple times, or not at all.
Drag & Drop
Abstract
Interface
Public class
Final class
Ensure that child classes have common private and public methods.
Implement all methods in the child classes.
Implement the methods of the parent class.
Community Discussion