170 likes | 357 Views
Constructors. If you use classes in your design, you may want to use constructors. A constructor is an operation that automatically runs when an object is created.To call a constructor, you use the phrase: New Type(args go here)You can think of the constructor as a function that returns a Type
E N D