previous |
start |
next
Chapter Goals
- To understand the concepts of inheritance and
polymorphism
- To learn how inheritance is a tool for code
reuse
- To learn how to call base-class constructors
and member functions
- To understand the difference between static and
dynamic binding
- To be able to implement dynamic binding with
virtual functions
previous |
start |
next