All statements A, B, and C are correct about static member functions: they can only access other static members, can be called using class name, and the static keyword appears before the return type in declaration (not before the function name). Since all individual statements are true, 'None of the above' is technically incorrect, making D the answer choice.