Closed aadnekar closed 4 years ago
Added a super class for all button classes, and implemented a template method called initializeButtons(). Any sub class will thus be free to override any method being called in the template method, but should not override the template method itself.
Added a super class for all button classes, and implemented a template method called initializeButtons(). Any sub class will thus be free to override any method being called in the template method, but should not override the template method itself.