English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

if I make a book selling system in which users should search or browse book first before buying, should I include/extend the buy use case within the search book and browse book, or should it be done the opposite way?

2007-03-08 17:56:31 · 1 answers · asked by sylvdoanx 2 in Computers & Internet Programming & Design

1 answers

In system if some use case is dependent on some another usecase then we use include relation ship

e.g. login---> includes---> validation

and when we want some extra facility to be provided by the system apart form original fuctionality then it will need extend relation ship

e.g. order--->extends---> shipping order

2007-03-08 18:07:09 · answer #1 · answered by chirag borkar 1 · 0 0

fedest.com, questions and answers