C++の機能の一つ。private継承したサブクラスはスーパークラスのpublicなメンバーを隠ぺいする。
public継承は"is-a"関係。private継承は"is-implemented-in-terms-of"関係。