One can create a new (sub)class that inheriate properties of another class (base class), which allow the new (sub)class access/ call the functions that exist within the base class. C++ allows ...