4

Object-Oriented Design & Implementation: Building a Flexible INI File Library

This is module 4 of 13 in the learning set
by Wiebe Walstra | Carya
Explore the design of a fancy library for reading and writing config files (INI). The library works by wire or by reference while maintaining all possibilities for overriding through inheritance. Discover how, and why, you can use several object-oriented techniques to achieve these and many other features.