meaning of static scope

1. static nested scope Where the scope of an identifier is fixed at compile-time to be the smallest block begin/end, function, or procedure body containing the identifiers declaration. This means that an identifier declared in some block is only accessible within that block and from procedures declared within it. This term is used in the Python community. Compare lexical scope.


Related Words

static nested scope | static scope |

Developed & Maintained By Taraprasad.com

Treasure Words