0
Fixed

Yup - there is a mistake... in the Context class instead of "return strategy.execute(a, b)" should be "return strategy.algorithm(a, b)", because Strategy class doesn't have "execute" method

Klim hace 6 años actualizado por anonymous hace 6 años 1

Yup - there is a mistake... in the Context class instead of "return strategy.execute(a, b)" should be "return strategy.algorithm(a, b)", because Strategy class doesn't have "execute" method

Respuesta

Respuesta
Fixed

Fixed, thanks!