I've been looking at the msdn and noticed that it gives several examples that have overloaded, overides and static (shared) stuff in them.
What do these terms mean? How do I know when to use an overloaded function or when to use a static method or etc, etc...
