Break OO privacy
We may call into the MOP (Meta-Object Protocol) via the .^
operator, and the MOP knows all about the object, including any supposedly private bits. We ask for its attributes, find the correct one, and get its value.
Output:
Last updated