Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 1.05 KB

object.md

File metadata and controls

17 lines (13 loc) · 1.05 KB

Object

In many programming languages, object is a generic data type. It either exists high-up, possibly at the top of, the class hierarchy, and/or is the non-primitive base type.

Other uses

An object can be a variable, a data structure, a function, or a method, and as such, is a value in memory referenced by an identifier.

In the class-based object-oriented programming paradigm, object refers to a particular instance of a class, where the object can be a combination of variables, functions, and data structures.

In relational database management, an object can be a table or column, or an association between data and a database entity (such as relating a person's age to a specific person).