Quote Originally Posted by passel View Post
I think you might have misread that, or else I don't know what's going on.
What they instantiated in the module was a GroceryBasket. The quote says you might want to instantiate the GroceryItem class, I presume so you can add items to the basket for testing purposes when you execute the login code. Later, you would remove the preloaded GroceryBasket test code, so the basket would be normally empty when you login.
Right..so am I missing anything in my codes or not?? Im so confused??