C++ OOP exercise: a small library simulation with a polymorphic catalog (Book base type + derived: Novel, Comics, Poetry, Theatre, Album), members, and a simple linked-list catalog (custom nodes). Focus: classes/headers split, inheritance, basic search/add/borrow/return flows.
-
Updated
Nov 17, 2025 - C++