What is an object? Technology Community › Category: OOP › What is an object? 0 Vote Up Vote Down VietMX Staff asked 4 years ago Objeects are instance of classes. It is a basic unit of a system. An object is an entity that has attributes, behavior, and identity. Attributes and behavior of an object are defined by the class definition.