[Help]Protected vs private
Protected only used when other classes inherit from the base class? lolwut?
i know confuses me too. In Java private does what protected does, so that really through me on a loop.
Rule of thumb: The C++ language is full of shit tricks like that. I myself don't even fully understand private and whatever