Frage im Vorstellungsgespräch bei FDM Group

what is a static function

Antwort im Vorstellungsgespräch

Anonym

28. Okt. 2017

Normally you can't call a method of a class without first creating an instance of that class. By declaring a method using the static keyword, you can call it without first creating an object