#instance failure

1 messages · Page 1 of 1 (latest)

subtle summit
wraith totem
#

Where do you set moneys, shopItems, and pay?

subtle summit
#

Do I have to assign them to the shop class? I thought it was enough to refer to the classes like moneys.money

wraith totem
#

Which Money do you want the variable moneys to hold

subtle summit
wraith totem
subtle summit
#

by doing this moneys.money

wraith totem
#

So, you create an instance of the Money class, then that class is no longer part of the picture. It's just the type that object is

#

moneys the instance has a money variable

subtle summit