Tuesday, January 13, 2009

What’s an Object


Object is a basic unit of a system. An object is an entity that has attributes, behavior, and identity. Objects are members of a class. Attributes and behavior of an object are defined by the class definition.
The object type is an alias for System.Object in the .NET Framework. You can assign values of any type to variables of type object.
Suggested reading OOPS

comments

0 Responses to "What’s an Object"
 

Copyright 2009 All Rights Reserved Shakti Singh Dulawat