Skill Tree Activated

The quest to become an indie game developer

C#CodingNotes

SoloLearn C# Tutorial – Static Classes

Day 059 #100DaysOfCode

Static classes can only contain static members and are useful properties or methods to call in a program.

Example include:

  • Math functions
  • Array methods
  • String methods
  • Input/Output classes

Leave a Reply

Your email address will not be published. Required fields are marked *