---
title: "Explain about instance in object oriented programming?"  
description: "Explain about instance in object oriented programming?"  
author: "Amit Singh"  
published: 2011-03-18  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/442/explain-about-instance-in-object-oriented-programming  
category: "oops"  
tags: ["oops"]  
reading_time: 1 minute  

---

# Explain about instance in object oriented programming?

Every class and an object have an instance. Instance of a particular object is created at runtime. Values defined for a particular object define its State. Instance of an object explains the relation ship between different elements.

## Answers

### Answer by Amit Singh

Every class and an object have an instance. Instance of a particular object is created at runtime. Values defined for a particular object define its State. Instance of an object explains the relation ship between different elements.


---

Original Source: https://www.mindstick.com/interview/442/explain-about-instance-in-object-oriented-programming

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
