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 |
---|
InheritanceMechanism for creating new classes based on existing ones | |
Instantiation— the process of creating an object from a class, usually involving memory allocation and initialization through a constructor. | |