Posts

Showing posts with the label C# Object

C# Object

Object is a real-world entity or object is an entity that has state and behavior, here state means data and behavior means functionality.   - Object is runtime entity, it is created at runtime - Object is an instance of class all the members of the class can be accessed through object.