Function: When you use a regular function to access or compute a value, you have to call it explicitly with parentheses eg: (user.fullName()).
Getter: When you use a getter, you don't need to call it as a function, and you access it just like a regular property eg: (user.fullName).