Class Model
Let’s look at the class model that will be used in the application.
We'll cover the following
Make a JavaScript class model
The JS class model is created using the information design model shown in the figure for the Book
design model as the starting point. The process begins by decorating properties with a «get/set»
stereotype, which implies that those properties have implicit getters and setters, and by adding class-level check methods.
Get hands-on with 1400+ tech skills courses.