👉 instantiates is a verb that refers to an action or process where a new object, entity, or program is created. In programming terms, it involves creating a new instance of a class or module or function. This can be done by calling the constructor function of the class or module, passing in arguments to it, and then assigning these values to its members. For example: ```python class Person: def __init__(self, name): self.name = name # Instantiates