Globale Variable
StartSeite | Neues | TestSeite | ForumSeite | Teilnehmer | Kategorien | Index | Help | Preferences | Edit
Ob man GlobaleVariable verwenden soll oder nicht, ist ähnlich umstritten wie die Verwendung von "goto", da durch einen falschen Einsatz oder missbräuchliche Verwendung die wichtigen Prinzipien der Kapselung und des InformationHiding?s verletzt werden.
In der SpracheCee ist sogar der Begriff selbst umstritten, weil er im Standard nicht vorkommt.
Zitat aus CodeComplete:
- 10.6 Global variables
- Global variables are accessible anywhere in a program. The term is also sometimes used sloppily to refer to variables with a broader scope than local variables - such as module variables that are accessible anywhere within a single file. But accessibility anywhere within a single file does not by itself mean that a variable is global.
KategorieDefinition
StartSeite | Neues | TestSeite | ForumSeite | Teilnehmer | Kategorien | Index | Help | Preferences | Edit
Edit text of this page (date of last change: July 25, 2002 17:51 (diff))