On Wed, 10 Jun 2009, Rajkumar Goel wrote: > Hi all, > Can someone elobrate on the term side-effect. > Thanks in Advance. > Regards, > Rajkumar Goel >
Think "state modification"
eg. I/O causes state modification and hence it is
a "side effect"
Most of the programming we do is basically 'side effect'
programming !
thanks
Saifi.

