-
1 application scope
"A way of making data available to all users of an application from all pages of a Web application. A variable or an object is given application scope by storing it in the Active Server Pages (ASP) application object. Application scope is useful for global data, such as a global counter." -
2 class
I[kla:s] n դասակարգ, դաս. դասընթաց. the middle class միջին դաս. the upper class խոշոր բուրժուազիա, արիտոկրատիա. the lower classes ցածր դասերը/խավերը. the proprietory class ունևոր դաս. landed classes կալվածատերեր. ruling/governing classes տիրող/իշխող դասII[kla:s] n դաս, խումբ. կարգ, տեսակ. class of mammals կաթնասունների դաս. a hotel of the best class բարձր կարգի հյուրանոց. travel first class առաջին կարգով ճամփորդել a first class ticket առաջին կարգի տոմս. attend evening classes երեկոյան դասընթացներ հաճախել. top of the class առաջին աշակերտը. հմկրգ. class interface չքողարկված տվյալ նե րի նկա րա գրություն և գործողություն. class member դասի անդամ. class scope գործողության տի րույթ/դաս. class variable դասի փոփոխական[kla:s] a դասակարգային. class barriers/divisions դասային/դասակարգային պատնեշներ/բա ժանումներIV[kla:s] v դասել, դասակարգել. class together /with մի շարքում դասել. class with the beginners սկսնակների հետ խմբավորել
См. также в других словарях:
Scope — steht für: den Sichtbarkeitsbereich einer Variable in der Programmierung, siehe Variable (Programmierung) Bereich, Ziel, Umfang im Projektmanagement, siehe Scope Management eine DSP basierte Musikplattform von Creamware, siehe Scope… … Deutsch Wikipedia
Scope — or Scopes may refer to: * Scope (programming), the range in which a variable can be referenced * Scope (mouthwash), a mouthwash brand by Procter Gamble * SCOPE (TV series) * Scope (charity), a British charity that supports people with cerebral… … Wikipedia
Variable — A variable (pronEng|ˈvɛərɪəbl) is an attribute of a physical or an abstract system which may change its value while it is under observation. Examples include the height of a child, the temperature across a state, or the input to a function. This… … Wikipedia
Scope (computer science) — In computer programming, scope is an enclosing context where values and expressions are associated. Various programming languages have various types of scopes. The type of scope determines what kind of entities it can contain and how it affects… … Wikipedia
Scope (programming) — In computer programming, scope is an enclosing context where values and expressions are associated. Various programming languages have various types of scopes. The type of scope determines what kind of entities it can contain and how it affects… … Wikipedia
Scope resolution operator — In computer programming, scope is an enclosing context where values and expressions are associated. The scope resolution operator helps to identify and specify the context to which an identifier refers. The specific uses vary across different… … Wikipedia
Variable (mathematics) — In mathematics, a variable is a value that may change within the scope of a given problem or set of operations. In contrast, a constant is a value that remains unchanged, though often unknown or undetermined.[1] The concepts of constants and… … Wikipedia
Variable (Programmierung) — In der Programmierung ist eine Variable im allgemeinsten Sinne einfach ein Behälter für Rechnungsgrößen („Werte“), die im Verlauf eines Rechenprozesses auftreten. Im Normalfall wird eine Variable durch einen Namen bezeichnet und hat eine… … Deutsch Wikipedia
scope of review — The matters proper for consideration by an appellate court upon review of a lower court decision. 5 Am J2d A & E § 702. The matters proper for consideration when properly presented upon the review by the court of a determination of an… … Ballentine's law dictionary
Global variable — In computer programming, a global variable is a variable that is accessible in every scope. Interaction mechanisms with global variables are called global environment (see also global state) mechanisms. The global environment paradigm is… … Wikipedia
Local variable — In computer science, a local variable is a variable that is given local scope . Such a variable is accessible only from the function or block in which it is declared. Local variables are contrasted with global variables.In most languages, local… … Wikipedia