---
title: "How to Killi an Object Permanently?"  
description: "How to Killi an Object Permanently?"  
author: "Dependra Pathak"  
published: 2011-03-28  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/677/how-to-killi-an-object-permanently  
category: "visual c++"  
tags: ["visual c++"]  
reading_time: 1 minute  

---

# How to Killi an Object Permanently?

Sometimes, you need to force an object to destroy itself because its destructor performs an operation needed immediately.

## Answers

### Answer by Dependra Pathak

Sometimes, you need to force an object to destroy itself because its destructor performs an operation needed immediately.


---

Original Source: https://www.mindstick.com/interview/677/how-to-killi-an-object-permanently

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
