Knowledge Dump

inheritance_zoo (C++17)

This snippet serves as an illustration of the class inheritance functionality (in this case, only public inheritance). It implements a virtual zoo, in which the visitor can interact with the animals. Download.