---
title: "What is a constructor?"  
description: "What is a constructor?"  
author: "Pushpendra Singh"  
published: 2010-10-25  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/87/what-is-a-constructor  
category: "oops"  
tags: ["oops"]  
reading_time: 1 minute  

---

# What is a constructor?

Constructor is an operation that creates an object and/or initialises its state.

## Answers

### Answer by Pushpendra Singh

Constructor is an operation that creates an object and/or initialises its state.


---

Original Source: https://www.mindstick.com/interview/87/what-is-a-constructor

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
