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
What is the use of finalize method?
Difference between encapsulation and data hiding ?
What does it mean that a method or class is abstract?
Explain what you understand by function overloading.
What is polymorphism and abstraction?
What is the order of call of constructors in inheritiance?
Name the different creational patterns in object oriented design?
Can you create an instance of an abstract class?
Does PowerShell support OOPs?
Can you create an instance for an abstract class?
Define Destructor?
Explain about object oriented databases?
What is virtual multiple inheritance?
What is static polymorphism?
How will you define abstract classes?