C Sharp (C#) - Classes and Objects
Given class
Point with constructor Point(int x, int y), how do you create an array of 2 points at (1,2) and (3,4)?