Question: 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
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
3.48 Rating (164 Votes )
There are 3 Steps involved in it
a on... View full answer
Get step-by-step solutions from verified subject matter experts
