Showing posts with label TypeOf() and GetType(). Show all posts
Showing posts with label TypeOf() and GetType(). Show all posts

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