Wiki

Changes between Version 11 and Version 12 of TypesOverview

Show
Ignore:
Timestamp:
02/06/09 12:36:43 (16 years ago)
Author:
hopscc
Comment:

fix typo

Legend:

Unmodified
Added
Removed
Modified
  • TypesOverview

    v11 v12  
    2020     * Single inheritance 
    2121     * Heap-based 
    22      * Popular classes 
     22     * Popular classes (provided by platform) 
    2323       * Object, String, !StringBuilder, Exception 
    2424       * List<of T>, Dictionary<of K, V>, Set<of T> 
     
    3131       * !DateTime, Color (System.Drawing) 
    3232   * Interface 
    33      * Multipile inheritance 
     33     * Multiple inheritance 
    3434     * No code implementation 
    35      * Popular interfaces 
     35     * Popular interfaces (provided by platform libraries) 
    3636       * IEnumerable, IEnumerable<of T> (but use T* instead; see streams below) 
    3737       * IComparable, IComparable<of T>