Analyzing Requirements and Defining Solution Architectures



 
   

A. Incorporate the business rules into the code of the actual application users will run on their workstation. When changes to business rules occur, change this code.

B. Incorporate the business rules into a COM component. When changes to business rules occur, change the code in the actual application run on user workstations.

C. Incorporate the business rules into a COM component. When changes to business rules occur, change the code in the component.

D. Don't incorporate any business rules into your design.