Common Type System—Types and Objects
| Visual C# Tutorials |
| .NET Framework Tutorials |
|
| © 2006 Wiley Publishing Inc. |
Types and Objects
The CTS uses abstractions derived from object-oriented (OO) programming environments, impacting both its units of abstraction and instruction set. As noted this type system was designed to be quite malleable and can be made to work underneath nearly any language interface. But this means that when we talk about the CTS, we necessarily do so in terms of classes and objects for representing data and encapsulated operations.
|

