What does the keyword static mean?
Anonymous
static in .NET framework means a constant function/variable, for instance say you had a static function within a class that incremented for every instance of that class. If you where to create 2 instances of that class, despite the static function being located within each method it would output 2 if called (you must call from main).
Check out your Company Bowl for anonymous work chats.