-
Notifications
You must be signed in to change notification settings - Fork 1
Domain_Model
Runtime-Learner edited this page Oct 31, 2020
·
13 revisions
Our domain model contains seven classes and two enumerations. All classes are enclosed in a composition relationship with the main application class (not shown). Key decisions:
- The User class is capable of acting as both a customer and/or an artist. This allows Artists to purchase paintings from a same account as that where they publicize their art.