Jon
Tue May 10 16:31:46 CDT 2005
Jo?l <Jol@discussions.microsoft.com> wrote:
> Thanks all for your responses.
> But it's strange MS forgot to put this option in C#...
"Forgot" implies that it wasn't a deliberate omission, which I believe
it was.
Objects encapsulate state, as do types. Methods don't logically have
state. If a method has enough state, you should be considering
encapsulating it separately.
--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too