Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Purpose of this document
This study guide provides a summary of the topics covered in the assessment lab, along with additional resources to help you prepare. Note that the learning path on the credential details page may include more modules than the "Tasks performed" to provide a cohesive learning experience.
Tasks at a glance
Create classes, objects and types
Choose between classes, objects, and types
Create classes
Create objects
Use types
Use namespaces
Supporting module (s):
Work with properties
Create properties
Control access to properties
Use different property types (nullable / default values)
Supporting module (s):
Work with methods
Create methods
Use Method return options
Control access to methods
Overload methods
Supporting module (s):
Call properties and methods
Instantiate classes
Use class properties
Use class methods
Use static classes
Call methods and handle return values
Supporting module (s):