+ 2
When we call the accessor method with the
self keyword. what actually are we calling the setter method or getter method... or are we callinv both setter and getter...
2 Respuestas
+ 1
Well, setter methot has to set something so when you add parameter you call setter when you omit parameter you call getter.
0
getter