Which of these statements are true about methods?
self
parameterRight! Methods are functions that belong to a class, and they use the self
parameter to point to the instance they belong to.
So close! Methods are functions that belong to a class, and they use the self
parameter to point to the instance they belong to.