Skip to main content

Structs

  • Chapter
Illustrated C# 2008
  • 458 Accesses

Abstract

Structs are programmer-defined data types, very similar to classes. They have data members and function members. Although similar to classes, there are a number of important differences. The most important ones are the following:

  • Classes are reference types and structs are value types.

  • Structs are implicitly sealed, which means that they cannot be derived from.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 34.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 44.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Rights and permissions

Reprints and permissions

Copyright information

© 2008 Daniel Solis

About this chapter

Cite this chapter

(2008). Structs. In: Illustrated C# 2008. Apress. https://doi.org/10.1007/978-1-4302-0574-6_12

Download citation

Publish with us

Policies and ethics