Introduction to C++
Dynamic Binding
and User Defined Type Conversions
But...back to static binding if...
"The simple syntactic change of..."
"Dynamic binding allows a heterogeneous..."
"Dynamic binding delays until run..."
"When a member function is..."
"Once dynamic binding is enabled"
"We can force application programs..."
"Dynamic binding can be used..."
"Whenever we have virtual functions"
"When using virtual inheritance,"
"Run Time Type Identification (..."
"A downcast operation is when..."
"The dynamic_cast operator relies..."
"The typeid operator relies on..."
"The dynamic_cast operator is..."
"The purpose of declaring a..."
"Implicit conversions occur when mixed..."
"Explicit conversions occur when the..."
"Constructors taking a single argument..."
"A conversion function allows us..."
"Notice that this conversion function..."
"Notice that this conversion function..."
"In order for the conversion..."