+ 4
The . (dot) operator and the -> (arrow) operator are used to reference individual members of classes, structures, and unions.
The dot operator is applied to the actual object. The arrow operator is used with a pointer to an object. Read more here:
https://www.tutorialspoint.com/cplusplus/cpp_member_operators.htm