Section E.10. Constructors

   

E.10 Constructors

Constructors are invoked when an object is created. Constructors have the same name as the class and do not return a value.

 class myClass {     myClass() {     // constructor     } } 

   
Top


Java for ColdFusion Developers
Java for ColdFusion Developers
ISBN: 0130461806
EAN: 2147483647
Year: 2005
Pages: 206
Authors: Eben Hewitt

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net