---
title: "how to prevent a class being instantiated?"  
description: "how to prevent a class being instantiated?"  
author: "Anoop Singh"  
published: 2011-03-23  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/599/how-to-prevent-a-class-being-instantiated  
category: "oops"  
tags: ["oops"]  
reading_time: 1 minute  

---

# how to prevent a class being instantiated?

make class abstract or static

## Answers

### Answer by Anoop Singh

make class abstract or static


---

Original Source: https://www.mindstick.com/interview/599/how-to-prevent-a-class-being-instantiated

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
