/template-method

Simple project demonstrating the Template Method design pattern. For this one I made a payment gate example, Payment being the super class and Crypto/CreditCard the sub classes, implemented with the template method caracteristics.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Watchers