-
C# Constructors and Destructors - Flashcards: 17
Description: Because C# is object oriented, most of the data structures inherit from object. Except for value types, they are initialized as empty data structures. C# provides a mechanism, called constructors that you use to initialize your data structures. Sometimes it is necessary to get rid of a data structure (mostly this is done by C#). For this purpose you can use destructors.
Popularity 12
Tags c# net programming
Author: rick_hurst11
Created: 2004-04-01
constructors
flashcards
change
sort:
best match
most recent
popularity
Found: 1 — Displaying 1 -
1