class SHOP

	creation
		make

	feature {NONE}
		bears: INTEGER
		price: REAL

	feature
		make is
		ask is
		sell is
		display is

	end -- class SHOP