Simkin Method Call Statement


This statement evaluates a series of expressions and passes them as arguments to a method in another object.

For example:

customer.RegisterDetails(a,b,c);