1.

Choose the base class for string() method.(a) System.Array(b) System.char(c) System.String(d) None of the mentionedThe question was asked in class test.I need to ask this question from Introduction of String Formatting in section Miscellaneous topics of C#

Answer»

Right ANSWER is (c) System.String

Best EXPLANATION: String is an alias for the PREDEFINED “System.string” class from which most of the string() methods are derived.



Discussion

No Comment Found

Related InterviewSolutions