---
title: "What is an object?"  
description: "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 tha"  
author: "Pushpendra Singh"  
published: 2010-12-09  
updated: 2014-09-18  
canonical: https://www.mindstick.com/blog/69/what-is-an-object  
category: ".net"  
tags: [".net"]  
reading_time: 1 minute  

---

# What is an object?

Object is the [instance](https://www.mindstick.com/forum/1739/object-reference-is-not-set-to-an-instance-of-an-object-error-in-my-code) of the class.whenyou create the object you can specify the [properties](https://www.mindstick.com/articles/23331/nootropics-7-different-types-and-their-unique-properties) of that object.each object has at [least](https://yourviews.mindstick.com/story/1471/5-autobiographies-you-should-read-at-least-once) one [attribute](https://www.mindstick.com/blog/221/attributes-reflection) that makes it unique.

\
Declaration of an [Object in C#](https://www.mindstick.com/forum/159567/how-to-sort-a-list-by-a-property-in-the-object-in-c-sharp).NET

ClassName objectName=new ClassName(); \

---

Original Source: https://www.mindstick.com/blog/69/what-is-an-object

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
