[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Side Effect
(modular programming) An unexpected effect of executing a function or
program. When a function changes the state of a system in a way that is
not explicitly specified by the function's name or calling protocol, the
change is called a side effect. Reliance on side effects is contrary to
the principles of modular programming.
See Also:
Encapsulation
Information Hiding
Lexical Scoping
Modularity
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson