Menu

operators-member-access

Will Pittenger

Not really an operator. When the compiler sees the . operator, it concludes the right "operand" is a member of the left "operand".

classInstance.member

Related

Wiki: Operators