Properties are variables and in Scala, they are called fields. They are also known as instance variables because every instance gets its own set of the variables.
All the members of a class, including fields, are placed in a block.
Our Person class has three fields: name, gender, and age.