+ 2
Yes, and Yes! Every class instance gets its own copy of the class' member variables, except for `static` members, but that doesn't apply here. Pointers and/or references can be used to make multiple identifiers point to the same object.
8th Jan 2022, 9:57 PM
Isho
Isho - avatar