To identify the classes for uml diagrams?

Posted by user106535 on Programmers See other posts from Programmers or by user106535
Published on 2013-10-31T06:30:30Z Indexed on 2013/10/31 10:19 UTC
Read the original article Hit count: 229

I want to implement a software engineering project based on "crime management system". The main modules are: visitors, users, administrator. The main events that are taking place are: registration, report complaint, report crime, report most wanted, view status of reported crime. So could you please help me to identify the classes that are to be used in this project and help me to draw the class diagram?

© Programmers or respective owner

Related posts about object-oriented-design

Related posts about software-design