Programming · Level 2 of 5
Object
A runtime entity containing state and possibly behavior.
In some languages nearly every value is an object.
Example
A created instance stores one customer's details.
Listen to the definition and example
Audio transcript
Object. A runtime entity containing state and possibly behavior. In some languages nearly every value is an object. For example: A created instance stores one customer's details.
Explore this concept
Why it matters
This helps you read implementation code and describe its behavior precisely.
Start with
Quick recall question
Try answering before looking back at the definition.