/bridge

Simple project demonstrating the bridge design pattern. For this one, I simulate a online shopping cart for two different types of user and two different payment methods. There is a bridge between the payment method class and the cart class.

Primary LanguageJavaApache License 2.0Apache-2.0

Watchers