---
title: "What is a Freezable?"  
description: "What is a Freezable?"  
author: "Anonymous User"  
published: 2011-11-04  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/1317/what-is-a-freezable  
category: "wpf"  
tags: ["wpf"]  
reading_time: 1 minute  

---

# What is a Freezable?

A freezable object is one that has a mechanism that allows you to "Freeze" it. This locks downs all the state and makes the object immutable. This makes the object more performance to use and safer to share between threads.

## Answers

### Answer by Anonymous User

A freezable object is one that has a mechanism that allows you to "Freeze" it. This locks downs all the state and makes the object immutable. This makes the object more performance to use and safer to share between threads.


---

Original Source: https://www.mindstick.com/interview/1317/what-is-a-freezable

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
