Can you think of some nice examples where *multiple*
actors are associated with a use case ?
Answer Posted / benjamin jacob
ATM users(if expanded), can act as different actors for the
use of an ATM machine.
Credit card user -------------------
|--------------------------> | ATM machine |
Debit card user -------------------
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are abstract classes?
Explain about message passing in object oriented programming?
What are the different types of arguments?
How do you prevent a class from being inherited by another class?
Name the different creational patterns in object oriented design?
What is a ternary operator?
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?
Can we override a method by using same method name and arguments but different return types?
Differentiate between an abstract class and an interface?
What are the main features of oops?
What is the best tool for modeling and ORM framework
What is the main use of message metaphor in object-oriented programming?
What is an abstract property. Give an example?
How to differentiate between a CreateObject() and GetObject() ?
Which oops concept is used as reuse mechanism?