in classes there are three different acces specifiers rigt? (i asume there arent more?)
and i have been told that declaring a variable inside of a public access specifier is bad programming, and that those are supposed to be placed inside of the private one. why is that? and also is there any way at all to acces stuff inside of private, from another function?