Monday, September 10, 2012

What is the difference between TypeOf() and GetType()?


TypeOf() 
Quote:1: Its an operator
2: Can't be overloaded

GetType()
Quote:1: Its a method
2: Has lot of overloads

No comments:

Post a Comment