0
What happend when we derive a class with private access specifier
like class sum:private xyz
4 Answers
+ 1
All the private and protected members will not be inherited. Only public members will be inherited.
0
Is it possible?
0
protected data members can derive
0
but is it possible to derive private members