What does "multiple constructors" buy you that you can't get from multiple static methods that return an object of the enclosing class's type.
Maybe I'm missing out on something cool...
What does "multiple constructors" buy you that you can't get from multiple static methods that return an object of the enclosing class's type.
Maybe I'm missing out on something cool...
Perhaps just a fuzzy feeling. I suppose I haven’t tried using static methods for that purpose. Will give it a shot!