00:02
In an object -oriented database used to maintain a grocery store's inventory, you would expect to find some of the following objects.
00:11
Product, which represents a product available in the grocery store.
00:15
And methods that could be part of this would be like get brand, or get product id, get name, or get category, or get price, or get quantity, or update quantity, or update price.
00:38
Supplier, that would represent a supplier or vendor that provides products to the grocery store.
00:44
And maybe that would be get supplier id, or get name, or get address, or get contact info, or get product supply, or add product, or remove product.
01:07
We could have the object store, which would represent the grocery store itself...