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

I

Inheritance

Mechanism for creating new classes based on existing ones

Entry link: Inheritance

Instantiation

— the process of creating an object from a class, usually involving memory allocation and initialization through a constructor.

Entry link: Instantiation