template-method-bridges-inheritance-composition-at-all-scales

Status: IN

Template Method's dual architectural role (principled inheritance counterexample within classes, inter-pattern integration mechanism between patterns) combined with framework inversion of control (system-level instantiation of the Hollywood principle) establishes Template Method as the mechanism bridging inheritance and composition across all organizational scales — within classes, between patterns, and across architectures.

Justifications

Template Method's composability role and framework-level Hollywood principle show the same mechanism at three scales

Depends on (SL): filtering-iterator-demonstrates-template-method-composability, framework-inversion-instantiates-hollywood-principle

Depended on by

JSON