Item 35: Consider alternatives to virtual functions(Effective C++)
摘要:
The fundamental advice of this Item is to consider alternatives to virtual functions when searching for a design for the problem you're trying to solve. Here's a quick recap the alternatives we examined: Use the non-virtual interface idiom (NVI idiom), a form of the Template Method design pa 阅读全文
posted @ 2011-04-02 23:38 Ray Z 阅读(271) 评论(0) 推荐(0)