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.

Comments

Popular posts from this blog

C# | Association, Aggregation and Composition

Throw vs Throw ex in C#

String[] args in C#