package learn.simple_strategy; public interface Strategy { void algorithm(); }