Operator New Exxression
Allocates memory for and constructs objects.
Operator New Overload
Overloads memory allocation process of Operator New Expression when applying to UDT.
Operator alacement New
Constructs objects at a specified memory location.
|
Operator Delete Statement
Destroys and deallocates memory for objects.
Operator Delete Overload
Overloads memory deallocation process of Operator Delete Statement when applying to UDT.
|