Table of Contents 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 Notes DownloadECMA-334 C# Language Specification


11 Types
11.2 Reference types
11.2.1 Class types
Paragraph 11 A class type defines a data structure that contains data members (constants and fields), function members (methods, properties, events, indexers, operators, instance constructors, destructors, and static constructors), and nested types. 2 Class types support inheritance, a mechanism whereby derived classes can extend and specialize base classes. 3 Instances of class types are created using object-creation-expressions (§14.5.10.1).
Paragraph 21 Class types are described in §17. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

