---
title: "What is an object?"  
description: "What is an object?"  
author: "Anonymous User"  
published: 2014-09-22  
updated: 2020-09-14  
canonical: https://www.mindstick.com/interview/2184/what-is-an-object  
category: "java"  
tags: [".net", "c#", "java"]  
reading_time: 1 minute  

---

# What is an object?

An object is an instance of a class through which we access the methods of that class. “New” keyword is used to create an object. A class that creates an object in memory will contain the information about the methods, variables and behavior of that class.

## Answers

### Answer by Anonymous User

An object is an instance of a class through which we access the methods of that class. “New” keyword is used to create an object. A class that creates an object in memory will contain the information about the methods, variables and behavior of that class.


---

Original Source: https://www.mindstick.com/interview/2184/what-is-an-object

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
