CPP Constructor

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2020 Jun 21 9:11
Editor
Edited
Edited
2023 Apr 25 10:6
Refs
Refs

Initialization of objects

  • public
  • do not allow empty parentheses in declaration
  • cannot return a value
  • Must have same name as class
  • Default constructor (no arguments) should be defined if any other exists
 
 
 
 

Re initialize

 
 
 
 
 

Recommendations