Instance

Meaning

A specific realization of any object.

Usage Examples

  • An instance of a class is created using a constructor.
  • Each instance has its own copy of the class's properties.
  • In Python, instances are created by calling the class as if it were a function.
  • Methods can be called on instances of a class.