Class

a blueprint or template for creating objects, defining their properties (attributes) and behaviors (methods)

Classes encapsulate data and methods, providing a structured way to model real-world entities and their interactions.

» OOP Glossary