Object:An instance of a class that has its own unique state and behavior.
Constructor:A special method in a class used to initialize objects of that class.
Instance variable: A variable declared within a class but outside any method, which holds different values for each instance(object) of the class.