Class is not a Object simillarly Object cannot be a class. the relationship between this two is that the Object is an instance of the Class.
If Car is a class then running car is the Object [it might comprise of other Objects also]. Simillarly if Heart is a class then beating/pumping heart is an Object.