USECASE is an implementation independent notation. How will
the designer give the implementation details of a
particular USECASE to the programmer?
Answer Posted / ranjith
During the requirements phase of a project, analysts can take use cases to the next level by providing a more formal level of refinement. When that occurs, use cases are often refined into one or more sequence diagrams.
During the design phase, architects and developers can use the diagram to force out the system's object interactions, thus fleshing out overall system design.
The sequence diagram and class diagrams would be the implementation detail.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can we call the base method without creating an instance?
What is the difference between aggregation and composition?
What is the use if instanceof keyword?
Why is java not fully objective oriented?
Do structs support inheritance?
Why is C not an OOP language?
Why is class hierarchies managed in object-oriented programming?
What is a virtual function?
What is Overloading ? Is it similar to overriding ?
What is the difference between oop and sop?
Can we have a default method definition in the interface without specifying the keyword "default"?
How can I be thrown polymorphically?
Explain about uml?
What are the different types of inheritance?
Define modularity?