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
Can an interface have an inner class?
Is it possible to create partial structs, interfaces and methods?
Explain about instance in object oriented programming?
How to define an interface?
Explain about inheritance in oops?
Explain about Overloading vs Overriding ?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
What is difference between class and interface?
What is the need of multiple inheritance?
What do you mean by abstract classes?
Define Destructor?
If a method definition has been specified in class , its 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?
Why we use oops concepts? What is its advantage?
Which OOPS concept exposes only the necessary information to the calling functions?
How do you prevent a class from being inherited by another class?