# Here, we're setting the 'val' attribute through 'set_val()'. # See the next example, `encapsulation-2.py` for more info # In this example, we have two methods, `set_val` and `get_val`.
# Here we look at another example, where we have three methods # set_val(), get_val(), and increment_val(). # set_val() helps to set a value, get_val() prints the value, # and increment_val() ...