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
Differentiate between data abstraction and encapsulation.
Differences between functional programming and object-oriented programming?
What is meant by inheritance? what are the advantages of inheritance?
What is a virtual function?
Why is C not an OOP language?
What are the Differentiate between abstraction and encapsulation.
Can you define OOP and principles of OOP?
What is the difference between aggregation and composition?
What is the purpose of late binding in object-oriented programming?
Explain about Overloading vs Overriding ?
What are the main features of oops?
Is it possible to create partial structs, interfaces and methods?
Which keyword can be used for overloading?
Explain what is meant by polymorphism?
Explain the use of Vtable and what are the various problems to override the functions?