I have a class called cEntity which has some static variables and some static methods

I then create a new class from cEntity.. cPlayer: public cEntity

I was hoping that someone could tell me what happens to the static varible and methods when inheritance is used.

Are the static variables and methods accessable to the derived class or not?

I'm a bit confused XD