/*
CS371p: Quiz #11 (5 pts)
*/

/* -----------------------------------------------------------------------
1. What two concepts characterize two broad categories of overloading?
   [Sec. 15.1, Pg. 289]
   (1 pt)

type signature and scope
*/

/* -----------------------------------------------------------------------
2. Describe four misuses of delete.
   (3 pts)

forget to delete
delete twice
delete too early
delete the wrong address
*/


syntax highlighted by Code2HTML, v. 0.9.1