There is a strange bug in the program. Whenever it creates a new object, the variable "money" is not constant and seems to inherits from another object. I thought the author always says that the objects created in the program is always constant and "equal". Apparently this is quite a critical bug for me.
Hello there,
There is a strange bug in the program. Whenever it creates a new object, the variable "money" is not constant and seems to inherits from another object. I thought the author always says that the objects created in the program is always constant and "equal". Apparently this is quite a critical bug for me.
Please look into it Thank you.