Which Of These Constructors Is Used To Create An Empty String #890
Which of these constructors is used to create an empty String object?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Miscellaneous Topics - String Formatting - Quiz No.1.
Which of these constructors is used to create an empty String object?
String()
String(void)
String(0)
None of the mentioned