You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This design pattern is behavioral design pattern which allows you to define a skeleton of an code/algorithm in a base class and let subclasses override the steps without changing the overall structure of algorithm.