Windows Presentation Foundation (WPF) Question:

Define Freezable objects in WPF?

WPF Interview Question
WPF Interview Question

Answer:

An object, which has its state locked down, so that it becomes unchangeable, is known as a freezable object. Such objects perform better. It is also safer if they are required to be shared between threads.


Previous QuestionNext Question
List the types of documents which are supported by WPF?Is WPF has replaced DirectX?