Back to slide -- Keyboard shortcut: 'u'  previous -- Keyboard shortcut: 'p'  next -- Keyboard shortcut: 'n'          destructors-2/program-output - Output from the program.Lecture 4 - slide 12 : 40
Program 7

Point p: (0,0)
Point q: (0,0)
Point r: (11,12)
Point ap[0]: (0,0)
Point ap[1]: (0,0)
Point *s: (13,14)
Deleting point(13,14)
Deleting point(0,0)
Deleting point(0,0)
Deleting point(11,12)
Deleting point(0,0)
Deleting point(0,0)