Framework and business objects
Creating a framework and business objects in a program makes the production easier, smoother and have cleaner code

Business Objects

Business objects are written as an inheritance of a bizObject which is written up in the framework. Business Objects are what make the system blend with the data from the database. For every project, a unique library of business objects is formed to work with its specific data.