Hi,
After reading about classes, this isn't clear to me. When should I use private variables 'm_something' (for property Get & Let) and when should I use Public (without Get & Let)?
I know abuout Let allowing me data validation. So for things like Name of object (or any String variable) could declare variable Public and forget about Let & Get or is Let & Get better in any way?

As always Thank you.