When designing business objects which of the following statements is true? (Choose three.)
It’s best practice to keep application logic in onebusiness object so that there is a single point of reference.
It’s good practice to split application logic into multiple objects so that the process is more efficient.
It’s good practice to keep application logic in one business object so that developers know where to find.
It’s good practice to keep application logic in one business object to minimize the process dependencies.
It’s a good practice to split application logic into multiple objects to minimize the process dependencies.
It’s agood practice to split application logic into multiple objects to minimize the effect of change.
It’s a good practice to keep application logic in one business object so that the process is more efficient.
Submit