When we create a new int
-type value, we are creating an instance of the int
class.
Without a class, we would have to define properties and behaviours repeatedly. By packaging them in a class, new instances can be created easily by referring to the blueprint.