previous | index | next

Method Calling Syntax

Most object-oriented languages (including C++) invoke methods on objects using the syntax:
  object.method(args);

previous | index | next