Best Tutorials website


Constructors

Constructors

A constructor is used when creating an object from a class. The constructor name must match the name of the class and must not have a return type. They can be overloaded, but they are not inherited by subclasses.




Views: 901 | Rating star | by Adam




View this tutorial
Broken link Report broken link?