C Sharp (C#) - Classes and Objects
You want to create a class
Rectangle that can be initialized with width and height, or with no parameters (defaulting to 1 for both). Which constructor setup is correct?