您的位置:首页 > 编程语言 > C语言/C++

Item 23: Prefer non-member non-friend functions to member functions(Effective C++)

2011-03-28 12:02 405 查看
Prefer non-member non-friend functions to member functions. Doing so increases encapsulation, packaging flexibility, and functional extensibility.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐