Business Objects
A business object is usually an inert set of instance variables (a variable defined in a class for which each instantiated object of the class has a separate copy, or instance) or properties. Business objects enable designers to design software in manageable pieces by breaking the business down into a modular form and separating each function into a software object so that as development progresses, increasing complexity can be added without huge changes to the other objects.