henko.netHome of a human being and software developerConstructors and Creation Methods- September 22, 2007 Sometimes a constructor doesn't communicate intention very effectively. This could be because instantiating the class in question isn't as straight-forward as "creating a new object", or because there are many alternative constructors. In those circumstances it might be useful to use well-named static or non-static methods to create instances of the class instead.http://henko.net/imperfection/constructors-and-creation-methods/ |