How can we specify that a method does not modify the object's attributes ?
By declaring the method private
By adding the const keyword before the signature of the method
const
By adding the const keyword after the signature of the method
By using the const: keyword before declaring the method
const: