いい考えがある
class Derived1 : public Base {};
class Derived1 : private Base {};
意味しますが、どういう意味ですか
class Derived1 : Base {};
平均?
この例は、例外処理に関する優れたブースト記事 ( http://www.boost.org/community/error_handling.htmlの「2) 仮想継承」セクションにあります。
いい考えがある
class Derived1 : public Base {};
class Derived1 : private Base {};
意味しますが、どういう意味ですか
class Derived1 : Base {};
平均?
この例は、例外処理に関する優れたブースト記事 ( http://www.boost.org/community/error_handling.htmlの「2) 仮想継承」セクションにあります。