What is String in C# meant for?

51. What is String in C# meant for?

  1. A variable
  2. A Class
  3. An Array
  4. An object

Answer: D) An object

Explanation:

In C#, String is an object of System.String class.

Comments and Discussions!

Load comments ↻






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