Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between TypeOf and GetType?

Answer Posted / avinash reddy r

typeOf is based on a class

Ex: Console.WriteLine(typeof(int))
O/P: System.Int32


GetType is based on a object

string s="Hello World"

Ex: Console.WriteLine(s.GetType())

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by a windows process in regards to memory allocation?

1006


What do you mean by thread safe in c#?

929


What is ulong in c#?

1079


What are callback methods in c#?

975


Are constructors inherited c#?

954


What is null propagation c#?

1083


what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?

1952


Why constructor is used in c#?

950


How does aspect oriented programming work?

1012


What is c# entity framework?

969


What is strong name assembly?

922


What are circular references?

1004


How can I process command-line arguments?

1023


What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?

1023


What is the .net datatype that allows the retrieval of data by a unique key?

940