Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . The Guide To CA-Clippe - <b>information hiding</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Information Hiding

     (procedure and function) A fundamental programming principle that states
     that functions and programs should conceal their inner workings from
     other functions and programs.  Stated simply:  a function should possess
     only the knowledge necessary for it to accomplish its task.  When one
     function calls another, the calling function should possess only the
     knowledge explicitly required to call the other function.


See Also: Encapsulation Lexical Scoping Modularity Side Effect

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson