Identifier Scope

An identifier, which is a variable or a function call, becomes visible, meaning that it can be referenced when it is declared or instantiated. The region where an identifier is visible is called its scope. The five types of scope are:


[ Top of Page | Previous Page | Next Page | Index ]