C# constructors overloading February 18, 2023 by Tarik public Point2D(Point2D point) : this(point.X, point.Y) { }