Hi,

Plz explain the difference between instance and object in .NET, if possible explain with example.

Thanks in Advance

An object is an instance but an instance isn't necessarily an object. They're both concrete entities based on a reference type or value type blueprint, but a value type instance should not be described as an object unless you box it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.