What is an object?

Technology CommunityCategory: OOPWhat is an object?
VietMX Staff asked 3 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.