Computer Science - Object-Oriented Programming - Introduction to OOP concepts - OOP Vocabulary Match
Match OOP terms to their meanings and real-world analogies. 10 pairs. 'Class' ↔ 'A blueprint/template for creating objects'. 'Object' ↔ 'A specific instance created from a class'. 'Attribute' ↔ 'A variable that belongs to an object (data)'. 'Method' ↔ 'A function that belongs to a class (behavior)'.