Tag Archives: C++

Accessing private data members directly outside from its class in C++

Private members in C++ cannot be accessed from outside the class directly. In this post I will tell an interesting fact, that in C++ however there are means with which you can access/modify the values of the private members of … Continue reading

Posted in C Language, Computer Science | Tagged , , | 1 Comment