Correct statement about constructor overloading in C# is?

Correct statement about constructor overloading in C# is? Correct Answer Overloaded constructors can have different type of number of arguments as well as differ in number of arguments

By definition of overloaded constructors.

Related Questions

For constructor overloading, each constructor must differ in ___________ and __________
When the friend operator overloading is converted into member operator overloading _______________
Does constructor overloading include different return types for constructors to be overloaded ?
Which among the following best describes constructor overloading?
Does constructor overloading include different return types for constructors to be overloaded?
Why do we use constructor overloading?