/TemplateMethodExample

Repository with an example of using the "Template Method" pattern

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Repository with an example of using the "Template Method" pattern

Theme: Ramen making process

Main idea:

► COMMON TEMPLATE FOR INHERITE CLASSES

Key ideas:

● Highlighting common behavior.

● Abstract common behavior class.