Break OO privacy: Difference between revisions

m
→‎{{header|C sharp}}: Regularize header markup to recommended on category page
m (→‎{{header|Phix}}: added syntax colouring, marked p2js incompatible)
m (→‎{{header|C sharp}}: Regularize header markup to recommended on category page)
Line 155:
In fact, the password has to be the default one, because we cannot change the password. For that purpose, we would have to write a setter procedure, and either include it in the package OO_Privacy, or in a child package of OO_Privacy. (Or we could use Unchecked_Conversion to overwrite the default password -- but that is bad style.)
 
=={{header|C sharp|C#}}==
<lang csharp>using System;
using System.Reflection;
10,333

edits