community.borland.com

Article #15490: CONSTRUCTOR USE

 Technical Notes Database

TN490D.txt   CONSTRUCTOR USE
Category   :Pascal
Platform    :All
Product    :Turbo Pascal  5.5

Description:
Q. What are the three purposes of a Constructor?
A. 1. Insert the address of the VMT into the Object variable.
        (Implicit)
   2. To allocate memory for the Object variable.
        (Implicit)
   3. To initialize the Object variable.
        (Explicit)


Reference:


7/16/98 4:35:32 PM
 

Last Modified: 01-SEP-99