When an object is created by a constructor of the class, the resulting object is called an instance of the class , and the member variables specific to the object are called instance variables, to contrast with the class variables shared across the class. …