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
Name some languages which have object oriented language and characteristics?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
Can an interface have an inner class?
What is overriding?
What is composition? Explain the purpose of composition.
Explain about abstraction?
what is virtual function and pure virtual function ?
Can a class implement two interfaces having default method with same name and signature?
What is diamond inheritance problem? How java 8 solves this problem?
What is the use of finalize method?
Explain persistence?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
Why does java not support multiple inheritance?
Explain what you understand by function overloading.
Explain about Overloading vs Overriding ?