Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are destructors in C#?



What are destructors in C#?..

Answer / hrpynux@gmail.com

Destructors in C++ are members functions in a class that delete an object. They are called when the class object goes out of scope such as when the function ends, the program ends, a delete variable is called etc. ... Also, destructors have the same name as their class and their name is preceded by a tilde(~).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is the difference between first and firstordefault?

0 Answers  


Explain the clr triggers?

0 Answers  


What do you mean by abstract class in c#?

0 Answers  


What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?

0 Answers  


Explain ACID rule of thumb for transactions.

1 Answers  


What is the difference between “finalize” and “finally” methods in c#?

0 Answers  


What is datetime parse in c#?

0 Answers  


What is the use of generics in c#?

0 Answers  


Can struct be static in c#?

0 Answers  


Do unused Namespaces in c# affect run-time performance?

0 Answers   HCL,


What is difference between il and dll ?

0 Answers  


What does == mean in c sharp?

0 Answers  


Categories