Skip to content

Classes

Dillen Meijboom edited this page Nov 18, 2021 · 1 revision

(...)

Methods

There are two types of methods: static and instance methods. A static method has no receiver and can be called by using the name of the class. It can't be called on an instance of a class. With instance methods it's the other way around.

Clone this wiki locally