Browse Definitions :
Definition

instance

What is an instance?

In object-oriented programming (OOP), an instance is a specific realization of any object. An object may be different in several ways, and each realized variation of that object is an instance. The creation of a realized instance is called instantiation. In computing, an instance can take the form of a document type or an element.

what is object-oriented programming
This image shows an example of the structure and naming in object-oriented programming (OOP).

Whenever you run a program, it's an instance of that program. In languages that create objects from classes, an object is an instantiation of a class. That is, an object is a member of a given class with specified values rather than variables. For example, in a non-programming context, "bird" could be a class and your pet bird Polly an object of that class.

Class instance and instance variable

An instance of a class is an object. It is also known as a class object or class instance. As such, instantiation may be referred to as construction.

Whenever values vary from one object to another, they are called instance variables. These variables are specific to a particular instance. A copy of an instance variable is created for every object and won't be shared by other objects. 

Java instances and instance variables

Java is a specific class, and a physical manifestation of this class can be called an instance. Instances of a class have the same set of attributes. However, each instance may be different because of what's inside each attribute.

Variables declared inside a class but outside the scope of any blocks, constructors, or methods are known as instance variables in Java. To create instance variables, an object must be instantiated and accessible to all blocks, constructors and methods in that class. Each object contains its own copy of instance variables.

Python instances and instance variables

In the Python programming language, an instance of a class is also called an object. The call will comprise both data members and methods and will be accessed by an object of that class.

In Python, instance variables or instant attributes are bound to a particular instance of a class, and class variables are bound to a class.

AWS instances and instance stores

An instance in Amazon Web Services (AWS) is a virtual server in the AWS Cloud. In Amazon Elastic Compute Cloud (Amazon EC2), the operating system (OS) and applications that run on the instance can be set up and configured. You can also use an extensive collection of AWS instance types optimized to fit different use cases

In Amazon EC2, an instance store offers temporary block-level storage for any instance. However, this instance storage will be on disks physically attached to a host computer.

Database instances and segmentation

An instance in a database is a combination of the program and memory used to access metadata and application data stored in physical files on a server. For example, whenever you log into a database, each login session is an instance. As such, an instance in a database manages all associated data and serves the database users.

Detecting instances of objects and demarcating their boundaries is called instance segmentation. In deep learning (DL), the computer vision task for detecting and localizing an object in an image is called instance segmentation.

See also: Functional vs. object-oriented programming: The basics

This was last updated in May 2022

Continue Reading About instance

Networking
  • subnet (subnetwork)

    A subnet, or subnetwork, is a segmented piece of a larger network. More specifically, subnets are a logical partition of an IP ...

  • Transmission Control Protocol (TCP)

    Transmission Control Protocol (TCP) is a standard protocol on the internet that ensures the reliable transmission of data between...

  • secure access service edge (SASE)

    Secure access service edge (SASE), pronounced sassy, is a cloud architecture model that bundles together network and cloud-native...

Security
  • cyber attack

    A cyber attack is any malicious attempt to gain unauthorized access to a computer, computing system or computer network with the ...

  • digital signature

    A digital signature is a mathematical technique used to validate the authenticity and integrity of a digital document, message or...

  • What is security information and event management (SIEM)?

    Security information and event management (SIEM) is an approach to security management that combines security information ...

CIO
  • product development (new product development)

    Product development -- also called new product management -- is a series of steps that includes the conceptualization, design, ...

  • innovation culture

    Innovation culture is the work environment that leaders cultivate to nurture unorthodox thinking and its application.

  • technology addiction

    Technology addiction is an impulse control disorder that involves the obsessive use of mobile devices, the internet or video ...

HRSoftware
  • organizational network analysis (ONA)

    Organizational network analysis (ONA) is a quantitative method for modeling and analyzing how communications, information, ...

  • HireVue

    HireVue is an enterprise video interviewing technology provider of a platform that lets recruiters and hiring managers screen ...

  • Human Resource Certification Institute (HRCI)

    Human Resource Certification Institute (HRCI) is a U.S.-based credentialing organization offering certifications to HR ...

Customer Experience
  • contact center agent (call center agent)

    A contact center agent is a person who handles incoming or outgoing customer communications for an organization.

  • contact center management

    Contact center management is the process of overseeing contact center operations with the goal of providing an outstanding ...

  • digital marketing

    Digital marketing is the promotion and marketing of goods and services to consumers through digital channels and electronic ...

Close