object
programming element that groups data with relevant operations/behaviors
plain old Java object
type of object in Java programming language
iterator
in computing, an object whose methods enables a program to orderly traverse elements having some logical conditions in a given container from a given first element
allocator
in C++, an object that handles requests for allocation and deallocation of memory for a given container
portable object
object in distributed programming
node
basic unit of a graph data structure such as a tree or linked list
function object
programming construct allowing an object to be invoked or called as if it were an ordinary function, usually with the same syntax
shadow table
abstract object in computer science
distributed object
concept in distributed computing
immutable object
object whose state cannot be modified after it is created
business object
object within a multi-tiered software application that represents an intelligible real-world entity and incorporates data and behavior
mock object
type of software test double whose behavior is specified by the test
instance
object that is a concrete manifestation of a class in software development
poltergeist
computer programming object
value object
object that represents a simple entity whose equality is not based on identity