Object is the instance of the class.whenyou create the object you can specify the properties of that object.each object has at least one attribute that makes it unique.
Declaration of an Object in C#.NET
ClassName objectName=new ClassName();
home / developersection / blogs / what is an object?
Object is the instance of the class.whenyou create the object you can specify the properties of that object.each object has at least one attribute that makes it unique.
Declaration of an Object in C#.NET
ClassName objectName=new ClassName();
Leave Comment
2 Comments