Match the programming paradigm with its key characteristic:
Procedural Programming ↔️ Focuses on procedures/functions that operate on data
Object-Oriented Programming ↔️ Organizes code around objects with data and methods
Functional Programming ↔️ Emphasizes pure functions and avoids mutable state