Possible Duplicate:
What are reasons why one would want to use nested classes?
I found some example code online for something unrelated, and it had nested classes. I thought this was a mistake, and the outer one should have been Namespace, but the code compiled and worked fine.
What are nested classes used for? Is this a good programming practice?