Question about Class Variable and Class Instance Variables?

Is it fair to say that inheritance behavior difference is the *only*
difference between Class variables and Class instance variables?

Are both of these stored in the class's object (instance of class Class)?
Or are there any other differences too.

TIA