First page Back Continue Last page Graphics
Classes cont.
Constructors
- Default
- Initializing
- Getting memory allocations from the RTMM
- Initializing (default parameters)
Destructors
- Delete any allocated memory.
Order of calling constructors is order of instantiation. Invoked when object created.
Order of calling destructors is order of leaving scope. Invoked when object is destroyed.