Effective C++笔记 Use private inheritance judiciously private继承意味着implemented-in-terms-of(根据某物实现出) 尽可能使用复合(composition),必要时使用private继承空间最优化总结 相关文章: