Call an object method: Difference between revisions

Content added Content deleted
No edit summary
Line 466:
end
type CallAnObjectMethod
var instancemyInstance = MyClass() ^|creating an instance|^
instancemyInstance.method()
MyClass.method()
</syntaxhighlight>