I have learned that I can never access a private variable, only with a get-function in the class. But then why can I access it in the copy constructor?
Example:
You can access private members of a class from within the class, even those of another instance.