Object creation
You can define object models for your project. This objects should represent the data structure of your entity. For example, if you
want to define an object Person
with the following properties: name
and age
; you could do it following the next steps: