Buy Questpond's video subscriptions on
huge discount
.
Online: 1683
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Exclusive Interviews
>
C#
>
Post
|
Interview FAQs
|
Exclusive Interview Home
|
Interview Home
|
Search
Loading ...
What is the use of destructor in .net?
Posted by
deccansoft
on 7/30/2010 | Category:
C# Interview questions
| Views: 2460
Destructor of a class is used to destroy COM objects which are created by it in unmanaged heap.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
When is the object ready for garbage collection?
Next question > :
Define encapsulation.
Comments or Responses
Login to post response
More Interview Questions
Define encapsulation.
Define protected class-level variable in C#.NET.
Does Garbage Collection disposes a object even if you abort the applic ...
Instance member of a class cannot access static members of the class: ...
Can a desctructor be declared as public
Define the use of Caspol.exe.
What is the advantage of Copy constructor
Can a contructor be invoked explicitly