InterviewSolution
| 1. |
What Are The Different Views That Are Considered When Building An Object-oriented Software System? |
|
Answer» Normally there are 5 views. Use Case view - This view exposes the requirements of a system. DESIGN View - CAPTURING the vocabulary. Process View - modeling the distribution of the systems PROCESSES and THREADS. Implementation view - ADDRESSING the physical implementation of the system. Deployment view - focus on the modeling the components required for deploying the system. Normally there are 5 views. Use Case view - This view exposes the requirements of a system. Design View - Capturing the vocabulary. Process View - modeling the distribution of the systems processes and threads. Implementation view - addressing the physical implementation of the system. Deployment view - focus on the modeling the components required for deploying the system. |
|