OOP – Methods
A method is a function defined inside a class that operates on the object's data via self
What it does: self refers to the object the method is called on. self.name reads the name attribute of the current object. Methods are functions that belong to a class and operate on its objects. Python uses self — other languages use this, but Python convention is self. Methods are functions — they can return any value using return. The method explicitly returns 'Woof!' — so that's what the call evaluates to. Classes can have any number of methods — __init__ is just one of them. A method is just a function defined inside a class — it gets self automatically.
Common mistakes: Missing self parameter every method needs self as first parameter. Use self.name inside methods name alone is not defined here.
Free printable worksheet with full answer key — or add this module to a journey and assign it to your class.
Take this worksheet further — free with Cloodit
Each concept is reinforced from every angle — learned, then applied, then tested.
Cloodit turns curriculum-aligned coding content into journeys students work through one biome at a time.
Over 100 of them, across seven natural biomes.
Turns their work into revision material ready for Flash Cards and Exam study.
Live, competitive practice for the start of the lesson or a teacher-led lesson finisher.
Honour your top performers, or encourage a student who's trying hard — ready to print in seconds.
Quick Questions
Match the Pairs
Key Term
MethodFill in the Blanks
Spot the Error
Create a free class, add this module to a journey, and track who's stuck.
Create a free teacher account →No credit card. No setup fee. Make a class and invite students in under three minutes.
Practice this topic interactively, track progress, and unlock badges.
Start Learning Free →