Want to create interactive content? It’s easy in Genially!

Get started free

¿Cómo implementar el patrón template method?

Digital House

Created on July 22, 2021

Start designing with a free template

Discover more than 1500 professional designs like these:

Geographical Challenge: Drag to the map

Decisions and Behaviors in the Workplace

Tangram Game

Process Flow: Corporate Recruitment

Weekly Corporate Challenge

Wellbeing and Healthy Routines

Match the Verbs in Spanish: Present and Past

Transcript

¿Cómo implementar el patrón template method?

Conozcamos los pasos haciendo clic en cada número.

... PrimitiveOperation1() ... PrimitiveOperation2() ...

AbstractClass

TemplateMethod() PrimitiveOperation1() PrimitiveOperation2()

ConcreteClass

PrimitiveOperation1() PrimitiveOperation2()