Session 14: Object composition and the Vigenere/Bellaso cipher
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++: |
We see how namespaces can help to group related functions and objects. |
C++: |
We introduce the last of our ciphers, the Vigenère/Bellaso cipher, and see how the idea of object composition, a powerful way of reusing code, will form the basis of our implementation. |