Upgrade to Pro — share decks privately, control downloads, hide ads and more …

C++ FAQ #TechLunch

C++ FAQ #TechLunch

2012/01/25(水) @ Livesense TechLunch
発表者:桂 大介

Livesense Inc.

April 23, 2014
Tweet

More Decks by Livesense Inc.

Other Decks in Technology

Transcript

  1. private継承とは何か • class Foo : private BaseFoo • 基底クラスのすべてのメソッドはprivateになる •

    型変換は行われない • is-implemented-in-terms-of関係 • 実装継承 • 殆どの場合、コンポジションを使うべき