---
title: "A constructor can be private. True or False"  
description: "A constructor can be private. True or False"  
author: "Pushpendra Singh"  
published: 2010-10-25  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/75/a-constructor-can-be-private-true-or-false  
category: "oops"  
tags: ["oops"]  
reading_time: 1 minute  

---

# A constructor can be private. True or False

True. A constructor can be private. We can declare a constructor as private.

## Answers

### Answer by krishna bramhadandi

private constructor prevents the instance of the class.

### Answer by Pushpendra Singh

True. A constructor can be private. We can declare a constructor as private.


---

Original Source: https://www.mindstick.com/interview/75/a-constructor-can-be-private-true-or-false

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
