( How many methods are there in the following class? class Person : def getName(self) : return self._name def getSalary(self): return self._salary def giveRaise(self, howMuch) : self._salary self._salary + how much 3 1 0 N

Respuesta :

Otras preguntas