Displaying 1 result from an estimated 1 matches for "inventoryprototype".
2008 May 13
0
Polymorphic naming difficulties
...interested. I''m attempting to model the relationship
between your interest and the game you''re interested in.
I have an InterestList. It''s job is to maintain a collection of Interest
objects. Interest objects "point to" the thing they are interested in.
I have InventoryPrototype objects. Think of these as "shelf models" in a
store. They''re tell you everything you want to know about your intended
purchase, but they themselves are not for sale.
The Interest objects "belong to" the InventoryPrototype objects.
InventoryPrototype objects utilize S...