Welcome to Westonci.ca, the ultimate question and answer platform. Get expert answers to your questions quickly and accurately. Discover solutions to your questions from experienced professionals across multiple fields on our comprehensive Q&A platform. Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our platform.

What is a mutator method? Explain why mutator methods usually return the value None.

Sagot :

Answer:

Mutator method is used to modify the variable values. This method does not require to return any value. So, the return value of this method is none.