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...

Does c# supports destructors?

Answer Posted / k. amith kumar

Yes

Example:
class A
{
A(){} //Constructor.
~A(){} //Distructor.
.........
..........
}

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I define my own exceptions?

938


How can I get around scope problems in a try/catch?

968


Why is c# better than java?

1147


Define a class and an object?

1037


Can we make a class private in c#?

984


Does c# have its own class library?

1025


What are the extension methods in c#?

956


Why do we override in c#?

933


Why do we use Design Pattern in C#?

1098


Can a class have static constructor?

1049


What are the fundamental oop concepts?

999


What are the 2 types of data types available in c#?

948


What is Named parameter in C#?

1046


What do you understand by the terms datareader object and dataset object?

1030


What do you mean by saying a "class is a reference type"?

962