L
Lionel
Quick and easy question.
If we have classes A, B and C. C extends/inherits B and B extends A. I
have discovered C++ doesn't like C using protected members of A, what do
I need to do so that C can use these? Hopefully not make them public.
Thanks,
Lionel.
If we have classes A, B and C. C extends/inherits B and B extends A. I
have discovered C++ doesn't like C using protected members of A, what do
I need to do so that C can use these? Hopefully not make them public.
Thanks,
Lionel.