Can one object access a private variable of another object of the same class?
A) Yes
B) Never
Resposta e explicação
Yes, Private means “private to the class”, Not “private to the object”. So two objects of the same class could access each other private data
Essa agora “pegou”.
Desde já agradeço