👉 Initialised is a programming concept in computer science that refers to the initialization of an object or variable. It involves setting the value of an object before it is assigned to any other variable, function, or method. This initialisation prevents unintended side effects and allows for consistent behavior across different objects or instances. In programming, initialising an object can be done through various methods such as constructor, setter, or getter methods. For example, in a class, the `this` keyword is used to access