2011-07-31, 06:53 AM
That kind of error is a reason not to make the variable and class name the same - the compiler has to figure out which one you mean from context, and it'll be that much harder to locate errors when they occur, cause you won't know which to search forr.

