cmps312f21 / cmps312-content

Lecture Material
11 stars 5 forks source link

Class diagrams #18

Open ghazi-ge1803610 opened 3 years ago

ghazi-ge1803610 commented 3 years ago

If you can give us hints on how to approach the class diagram that would be great

erradi commented 3 years ago

Create a class diagram that visually describe the classes used in your App using any tool including Word or PowerPoint. Each class will have a name and for each attribute specify a name and datatype. For classes that has methods for each method specify the data types of input parameters and the return type. Example entity class diagram: image

Example Repository class diagram: image