How do we add a method to a class definition?

We indented it inside the class definitionWe make sure it is outside of the classWe should never add a method to a class definition

We indented it inside the class definition.