I\'m currently writing a test script for our MLS( Multiple Listing System ) systems. The website is mainly written in C# .NET.
I recently saw this constructor in a class: public MyClass(){ } There were no other constructors. Is there a reason for this? Java automatically creates a default constructor, so why would you de