Session 9: Object orientation with C++ classes
Resources
Zoom meeting link for today's session is available in the Bookmarks on the course Slack channel.
To create the starter repository for today's session please click hereLink opens in a new window
Programme
C++: |
Continuing and building on the Object Oriented theme from the previous session, we introduce classes in C++. We see the basic syntax required to declare and define classes, contrasting this with our previous look at structures. The basic class infrastructure of data members, constructors, and member functions is discussed. The exercises involve creating a class for the Caesar cipher. |