11 Matching Annotations
  1. Dec 2017
    1. Observer Pattern

      optimal for multiple subjects (ex: product types) and multiple observers (ex: store types)

  2. Nov 2017
    1. which makes it so that the type of the object is considered at runtime, rather than from the type of the variable

      object is of type B, variable is of type A

    2. if (this == other) return *this;

      self-assignment would cause an infinite loop

  3. Oct 2017