M
moleskyca1
Can I extend a class private or protected? In C++ you can say class
Foo: protected Bar, so the Bar members are now protected inside of Foo
and not exposed to the public.
Foo: protected Bar, so the Bar members are now protected inside of Foo
and not exposed to the public.