All Questions
Tagged with method-overloading coding-style
1 question
0
votes
3
answers
491
views
Overloading Methods With Different Behavior - Style
I have a style question about overloading methods/constructors. I have a constructor which
does something very simple, and then calls a method with some side effects. Sometimes however I don't want ...