When developing applications in Visual Basic.NET, should the format be the same style as java where classes should have public accessor and mutator functions to read and change private variables, or should the variables just be public and then the variables are changed directly via code from the GUI?
↧