AbstractInventoryManagerImpl is an abstract class that removes all of the InventoryManager methods except purchase, which it defines as abstract. The AbstractInventoryManagerImpl provides a simple way for users to purchase items online, without all the extra features.

 
loading table of contents...