An instance refers to each individual occurrence or example within a larger set or class.
Class: In programming, a class is like a blueprint that defines the properties and behaviors shared by multiple instances.
Object: An object is an individual entity created from a class. It has its own unique characteristics but follows the structure defined by its class.
A variable is used to store data values that can change during program execution. Each variable holds an instance-specific value.