Which is the base class of the String() Constructor?

53. Which is the base class of the String() Constructor?

  1. String
  2. System.IO.String
  3. System.Strings
  4. System.String

Answer: D) System.String

Explanation:

In C#, System.String is a base class for all String related methods, properties, constructors, and operators.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.