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
How to define an interface?
What is static polymorphism?
What is difference between encapsulation and abstraction?
Differentiate between an abstract class and an interface?
What is the difference between a class and an object?
How many methods are there in the serializable interface?
Explain about overriding polymorphism?
Is it possible to override private virtual methods?
Explain the term constructor
Define modularity?
What is the need of multiple inheritance?
What are inner classes and what is the practical implementation of inner classes?
Is iterator a class or interface? What is its use?
What is the main advantage of using inheritance?
Define a good interface?