I'm so confused about the difference between extension use case and parent use case in Use case diagram. I would like to know when can I use the extend and when can I use the parent use case?
For example :
- Print Slip extend Confirm
- pay through PayPal inherits Payment.
- pay through credit card inherits Payment.
What's the difference between inherits and extend ?
Image source : https://t4tutorials.com/use-case-diagrams/

