09-12-2008, 08:56 PM
|
#3 (permalink)
|
|
Wizard
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
|
On a side note. If you have wrote your program in such a way that you ever need to bring private class variables outside of the class, you need to rethink your design. Private variables are made for the specific purpose of not being seen by anything, so to need to see them is a sign of bad architecture.
|
|
|
|