The examination of a problem by modeling it as a group of interacting objects. An object is defined by its class, data elements and behavior. For example; in an order processing system, an invoice is ...
A programming language that does not inherently support modules containing data and associated processing (objects). All early languages were non-object languages. For example, C is non-object, but ...