QuestionQ58
Design and develop AOT elementsYou create a new class.
Compilation of the class must fail when a particular method is called in the source code.
You need to decorate the class with the appropriate attribute. Which attribute should you use?
- A SysAppSecurityAttribute
- B SysTestCategory
- C SysObsoleteAttribute
- D SysAttribute
Community Discussion