Access Methods

KeywordMeaningInvocation
StaticUsed to indicate a class method.From within the same class - just use the method name. From outside the class - classname.methodname