Instansioinnin
Instansioinnin, often translated as instantiation, is a fundamental concept in object-oriented programming. It refers to the process of creating a specific, concrete instance of a class. A class can be thought of as a blueprint or a template that defines the properties (attributes) and behaviors (methods) that objects of that type will possess. When you instantiate a class, you are essentially using that blueprint to build a real, usable object in memory.
Each instance created from a class is distinct and has its own unique state, meaning its attributes