Constructor Methods
Constructor Methods
- A constructor method allocates a new object type instance and populates its attributes
- Every Object Type automatically has a constructor method
- The constructor method is the same name as the Object Type
- Parameters for the constructor method are the attributes for the Object Type