Introduction to C# - CS513 System Security
Short Description
..NET Framework Architecture
.Development Environment
.The C# Language
.Common Language Runtime (CLR)
.eXtensibleMarkup Language (XML)
Website: www.cs.cornell.edu | Filesize: 318kb
No of Page(s): 40
Content
….Like classes but are value types -they get copied
.Can box or unboxto convert between structsand classes
.Structsare always children of System.Object and have no children.
.Constructor must have parameters. Default constructor always assigns 0 to all fields.
.No destructors allowed
.Instance fields must not have initializers.
.The thispointer has a different meaning-it can be assigned to.
…
Get the file Download here
Related Books:Related Searches: framework architecture, instance fields, architecture development, introduction to c, destructors
Comments
Leave a Reply