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
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. |