What does the following function signature denote? public static intCharLength(this string inputStr)
Correct Answer: CharLength is an Extension method which can be used with string variables.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More C# MCQ Questions