Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 513 Bytes

File metadata and controls

29 lines (21 loc) · 513 Bytes

study plan

review

  • big 5 concepts

  • design patterns observer decorator abstract iterator factory method template method

  • uml and relationships

  • template classes, template functions

  • pImpl

  • casting

pratice

  • go through code from lectures and understand what it is doing!
  • pratice writing code from scratch, modifying examples to do other things
  • pratice drawing UMLs
  • casting (4 types, what they do)

done

  • v tables, concepts that you haven't understood yet
  • mutiple inheritance