calling constructor in another constructor code example Example: c# constructor call another constructor public ClassName(string str, int number) : this(str) { }