A static method (or static function) is a method defined as a member of an object but is accessible directly from an API object’s constructor, rather than from an object instance created via the constructor .
A static method (or static function) is a method defined as a member of an object but is accessible directly from an API object’s constructor, rather than from an object instance created via the constructor .