Effective C++ Ed. 3rd: Item 41. Understand implicit interfaces and compile-time polymorphism
- Object-oriented programming revolves around explicit interfaces and runtime polymorphism.
- In template and generic programming, these are less important. Instead, implicit interfaces and compile-time polymorphism move to the fore.
No comments:
Post a Comment