Access Specifier

Why Trust Techopedia

What Does Access Specifier Mean?

An access specifier is a defining code element that can determine which elements of a program are allowed to access a specific variable or other piece of data. Different programming languages have their own protocols for access specifiers, as well as defaults for some code elements including both individual variables and classes.

Advertisements

Techopedia Explains Access Specifier

Two of the most common access specifiers are "public" and "private." Where a program may include elements that are public or private by default, programmers can often change their status by defining, or "declaring," the element with either the word "public" or "private."

Programmers define code elements and pieces of data as public or private for various reasons. A public status is good for code elements that are valuable to various outside functions, but for items that can be easily changed, where those changes affect the solvency of the code, a private status can be helpful. There are other pros and cons to private and public access specifiers, including errors and glitches after alterations of public items, and run-time errors related to inaccessible private items.

Advertisements

Related Terms

Margaret Rouse
Editor

Margaret jest nagradzaną technical writerką, nauczycielką i wykładowczynią. Jest znana z tego, że potrafi w prostych słowach pzybliżyć złożone pojęcia techniczne słuchaczom ze świata biznesu. Od dwudziestu lat jej definicje pojęć z dziedziny IT są publikowane przez Que w encyklopedii terminów technologicznych, a także cytowane w artykułach ukazujących się w New York Times, w magazynie Time, USA Today, ZDNet, a także w magazynach PC i Discovery. Margaret dołączyła do zespołu Techopedii w roku 2011. Margaret lubi pomagać znaleźć wspólny język specjalistom ze świata biznesu i IT. W swojej pracy, jak sama mówi, buduje mosty między tymi dwiema domenami, w ten…