Home »
MCQs »
C# MCQs
Which is the base class of the String() Constructor?
53. Which is the base class of the String() Constructor?
- String
- System.IO.String
- System.Strings
- System.String
Answer: D) System.String
Explanation:
In C#, System.String is a base class for all String related methods, properties, constructors, and operators.