Nessaboo537 Nessaboo537 09-12-2022 Computers and Technology contestada ( 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