Changes between Version 11 and Version 12 of TypesOverview
- Timestamp:
- 02/06/09 12:36:43 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TypesOverview
v11 v12 20 20 * Single inheritance 21 21 * Heap-based 22 * Popular classes 22 * Popular classes (provided by platform) 23 23 * Object, String, !StringBuilder, Exception 24 24 * List<of T>, Dictionary<of K, V>, Set<of T> … … 31 31 * !DateTime, Color (System.Drawing) 32 32 * Interface 33 * Multip ile inheritance33 * Multiple inheritance 34 34 * No code implementation 35 * Popular interfaces 35 * Popular interfaces (provided by platform libraries) 36 36 * IEnumerable, IEnumerable<of T> (but use T* instead; see streams below) 37 37 * IComparable, IComparable<of T>