Introduction to Static Methods and Properties

Premium

Some helpers belong to the class itself, not to any single instance. Static methods and properties are called on the class directly, like MathHelper.add(1, 2). This lesson shows you when and how to use them.