Break OO privacy: Difference between revisions

Content added Content deleted
Line 400:
 
foo f1 \ instantiate a foo object
f1 print \ 10 access the private x with the print message
 
x . \ 99 x is a globally scoped name