Consider the following situation. I was unable to find a great answer.
I have a use case A. After executing it, one of two possible use cases will be followed:
- Execute use case B
- Execute use case C
What should I use? A include B and A include C? OR B extend A and C extend A?
I am not sure, because C and B are potentials here. One of them have to be done.
All help is appreciated.