Template method design pattern

Template method design pattern allows one to create a template of code or algorithm which will provide guidelines for other developers on how to write the solution for different implementations. To keep it simple, let’s go back to HTML template. HTML template lets you define overall look and feel of page without getting into details. … Continue reading Template method design pattern