|
1) A concrete class is a class that implements an abstract class.
2) Stack unwinding is the process of freestore management during exception handling. Especially memory clean up.
For further study:
1) Learn the ways of abstract classes, inherritance, pure virtual functions and polymorphism.
2) Learn the ways of exception handling. Then learn to throw an exception without trashing the memory.
__________________
Last edited by Valmont; 05-07-2005 at 06:07 AM.
|