👉 Instantiating is a programming concept where an object or class is created without being initialized. It is commonly used in objects-oriented programming (OOP) to create objects that have specific properties and methods. Instantiation allows you to initialize the properties of an object before using it, thereby making your code more efficient and easier to maintain. In simple terms, instantiating a variable or object means creating it without initializing it first. This is often done in OOP when you want to create a new instance of