← Back to Week 1 Hub

Method Signature Anatomy

Workbook 1c, p.106-107 — Every part of a method declaration explained

Click any colored part to learn what it does

More Method Signatures — Click to Explore

Key Takeaway

Every method signature tells you five things:

Who can use it Does it need an object What it returns What it's called What inputs it needs
← String Comparison Method Call Stack →