Choose the base class for string() method.

a) System.Array
b) System.char
c) System.String
d) None of the mentioned

1 thought on “Choose the base class for string() method.”

  1. c
    Explanation: String is an alias for the predefined “System.string” class from which most of the string() methods are derived.

Leave a Comment