Object - Variable (Class or Object level)

Card Puncher Data Processing

About

A variable in the context of object programming.

Scope

A variable is scoped:

  • at the object level (Each object has a variable) by default
  • or at the class level if defined as static





Discover More
Card Puncher Data Processing
Object - Static

static means shared across all the instances of the Class (object). The following class structure may be static: a variable a method It means that their memory allocation lifetime is the entire...
Data System Architecture
Shared Lock

A shared lock is a lock acquired in the shared mode over a data structure. The data structure can be any: from a file to any in-memory structure (ie variable with a complex type, generally a collection)...



Share this page:
Follow us:
Task Runner