Solved

Match Each Item with a Statement Below

Question 37

Matching

Match each item with a statement below.

Premises:
Includes methods and events
Used in a Property procedure header to indicate that an application can set the property's value, but it cannot retrieve the value
Used to declare a variable that is not visible to applications that contain an instance of the class
Used to create an object
Allows an application to assign a value to the Private variable associated with a property
Allows an application to retrieve the contents of the Private variable associated with a property
Can be used to create a Public property
Used in a Property procedure header to indicate that you are creating a property whose value can be retrieved by an application but cannot be set by the application
Characteristics that describes the object
Responses:
Set block
Property procedure
New keyword
ReadOnly keyword
WriteOnly keyword
Private keyword
Get block
behaviors
attributes

Correct Answer:

Includes methods and events
Used in a Property procedure header to indicate that an application can set the property's value, but it cannot retrieve the value
Used to declare a variable that is not visible to applications that contain an instance of the class
Used to create an object
Allows an application to assign a value to the Private variable associated with a property
Allows an application to retrieve the contents of the Private variable associated with a property
Can be used to create a Public property
Used in a Property procedure header to indicate that you are creating a property whose value can be retrieved by an application but cannot be set by the application
Characteristics that describes the object
Related Questions