Gobelijn API documentation
- generated for commit a0cbea7
|
Implementation file for demo programs for run-time polymorphism. More...
Go to the source code of this file.
Functions | |
int | app_poly2 () |
Demonstrates late binding. More... | |
Implementation file for demo programs for run-time polymorphism.
A C++ code example relating to the material in Stroustrup (3 ed.) chapter 12: Derived classes
Definition in file app_poly2.cpp.
int app_poly2 | ( | ) |
Demonstrates late binding.
None. |
Definition at line 37 of file app_poly2.cpp.
References COMP_MISC_FUNCTION_TRACER, COMP_MISC_LOG_TRACER, COMP_MISC_TRACER_OUTPUT_OFF, and COMP_MISC_TRACER_OUTPUT_ON.
Referenced by main().