This is the repo for the course P2 -- Introduction to Object-Oriented Programming http://scg.unibe.ch/teaching/p2 PDFs of the lectures are (or will be) available from: http://scg.unibe.ch/download/lectures/p2/ --- The full Keynote slides are in the git repo. If you have write access, you can check out this repo as follows: git clone git@scg.unibe.ch:lectures-p2 A read-only version can be checked out as follows: git clone git://scg.unibe.ch/lectures-p2 --- The examples for the course are in a separate repo: If you have write access, you can check out this repo as follows: git clone git@scg.unibe.ch:lectures-p2-examples A read-only version can be checked out as follows: git clone git://scg.unibe.ch/lectures-p2-examples ---