Non-Virtual Interface Design Pattern

added by BlackWasp
9/3/2011 1:05:17 PM

165 Views

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.


0 comments