INTERVIEW QUESTIONS
PROGRAMMING LANGUAGES
UML
DETAILS
Question: 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.
|