Obejct
what is the mean of an object?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
pankaj sharmaPosted Nov 24, 2012, 1:57 PM
VulpesPosted Nov 24, 2012, 1:35 PM
1. An instance of any .NET class.
2. The System.Object class which is the ultimate parent of all other .NET types (except pointer types). In C#, the keyword 'object' is an alias for this class.