Question: 3. The Inventory class contains a Private variable named _strId. The variable is associated with the Public ItemId property. An application instantiates an Inventory object
3. The Inventory class contains a Private variable named _strId. The variable is associated with the Public ItemId property. An application instantiates an Inventory object and assigns it to a variable named onHand. Which of the following can be used by the application to assign the string “XG45” to the _strId variable?
a. onHand.ItemId = "XG45"
b. ItemId._strId = "XG45"
c. onHand._strId = "XG45"
d. ItemId.strId = "XG45"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
