Which is true about static functions in a class All Questions › Category: Cpp Language › Which is true about static functions in a class 0 Vote Up Vote Down Anonymous asked 3 years ago Options: They can access both static & nonstatic variables. They can access static variables + all functions. They can access static variables + static functions only. They can access static variables only.