OOP Glossary


Browse the glossary using this index

Special | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | ALL

C

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.

Entry link: Class

Concrete Class

— can be instantiated; provides full implementation of its methods.

Entry link: Concrete Class