1.A static function can  have access to only other static members declared in the same class.
2.A static member function can be called using the class name as follows

Class_name :: function_name;