I’m working on a project that has two modules: a web and an application for Android. Can I use the same class diagram for the two modules?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the same class diagram provided that it does not have dependencies on either Android SDK or Libraries that are specific to the web module. Otherwise you would be better off with separate class diagrams/models.