Object or
Instance: one
instance of a
class. A class is a
type and an
object is a
variable. Cat is a class and Fluffy is an object or one instance of the Cat class. Objects can be discussed in a general sense, such as in
object-oriented programming. This causes confusion between Object, the concept and object, the instance of a class. There is a tendency to use instance when referring to one variable example of a class to avoid confusion.