1
edit
Changes
→Week 5 - Oct 4
*pure virtual methods
*abstract base classes
==Week 6 - Oct 11==
Dynamic Memory Allocation
You need:
#a pointer for the data type that will occupy the memory whose address you will point to
#if the pointer is already pointing at another already allocated memory, deallocate it
=Discussion=