👉 Initialisation is a process in computer programming where an object's attributes or data are set to their default values (initial values) at the time of its creation. This helps to ensure that all objects created by the program will have the same initial state, which can be useful for testing and debugging purposes.