Can anyone explain in simple terms what the hell "Reflection" is supposed to be?
Professor was too lazy to teach properly.
Name:
Anonymous2008-11-26 18:12
Um, to answer the OP's question in an over-simplified manner, it's when you can get the type of a variable as a string or something where the program itself can use it. It's an ugly hack, you should only use it for debugging and use the polymorphic capabilities of your language instead.