c++ Programming Glossary: interpolator
Can template polymorphism be used in place of OO polymorphism? http://stackoverflow.com/questions/1213366/can-template-polymorphism-be-used-in-place-of-oo-polymorphism don't seem to support. OOP Code using composition class Interpolator public Interpolator ICacheStrategy const c IDataSource const.. OOP Code using composition class Interpolator public Interpolator ICacheStrategy const c IDataSource const d Value GetValue const.. const d Value GetValue const double void main ... Interpolator i if param 1 i new Interpolator new InMemoryStrategy ... new..
|