How to access protected object in c++
Mar 31, 2016 at 10:27am
can anyone access protected object in c++ , if yes then how to access protected object from a class??
Mar 31, 2016 at 10:28am
"protected" means that the object can be accessed by that class, and by classes which inherit from that class.
Topic archived. No new replies allowed.