Analysis of information sources in references of the Wikipedia article "Non-virtual interface pattern" in English language version.
The non-virtual interface pattern is a design pattern that controls how methods in a base class are overridden. Base classes include public, non-virtual members that may be called by clients and a set of overridable methods containing core functionality.