- A Static
- B Null
- C Void
- D Private
- Share this MCQ
Answer:
C
Share this MCQ
Justification:
- A static method is a method that does not require object instantiation, but this does not determine whether or not a value will be returned.
- A method of type null is not a valid method in Dynamics AX.
- Void is the keyword used to specify that nothing should be returned from this method.
- The Private keyword determines the scope or accessibility of a method’s variables and does not determine what, if anything should be returned.
Related Lesson: Methods
Click me to Read more Question & Answer of Module 13: ClassesShare this MCQ