USECASE is an implementation independent notation. How will
the designer give the implementation details of a
particular USECASE to the programmer?
Answer Posted / shahir
From the use cases, designers will incure class diagrams
and Dynamic modelings like sequence diagrm,Activity diagram
and Collaboration diagrams.And from the use case diagram,
we will identify control classes, boundary classes and
Interface classes.Every Inerface classes will have
realisation classes(implementation of the abstract classes).
This is the way of conveying the implementation details to
programmers
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is difference between static and non-static fields of a class?
Can an interface contain fields?
Explain colloboration
What are the Differentiate between abstraction and encapsulation.
Explain about polymorphism?
What are the basic concepts of oop?
What is meant by overloading functions and operators?
Can we reduce the visibility of the inherited or overridden method ?
Write about abstract base classes?
What is abstraction? How does it differ from encapsulation
What is a friend function?
How many methods are there in the serializable interface?
If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
Explain about parametric polymorphism?
Explain about the design phase?