I have below member variable mIsMobilePresent
where starting with m
is the convention we follow to identify that it is a member variable.
My question what should be the name of the getter of this variable?
getIsMobilePresent
or getIsMobilePresent
or isMobilePresent