// Static
MyClass::method(someParameter);
// Instance
myInstance.method(someParameter);
// Pointer
MyPointer->method(someParameter);