186.
True or false: one constructor can call another constructor in the same class.
View Description
To avoid repeated code, C# provides special syntax to allow one constructor to call another constructor in the same class.