August 2016
Beginner to intermediate
480 pages
12h 34m
English
What You’ll Learn in This Hour:
What casting down is and why you might want to do it
What abstract data types are
What pure virtual functions are
In previous hours, derived objects were treated polymorphically with their base classes. You saw that if the base class has a member function speak() that is overridden in the derived class, a pointer to a base object that ...
Read now
Unlock full access