Protected members are accessible to the members of derived class true or false
Answers
Answered by
1
answer according to Java:
true public, default and protected member are accessible by derived class.
in c++
derived class can acess public, protected both type of data member.
true public, default and protected member are accessible by derived class.
in c++
derived class can acess public, protected both type of data member.
Similar questions