MCQs>IT & Programming>C#>What do the following two lines of code demonstrate? string Substring (int startIndex) { /* ... */ } string Substring (int startIndex, int length) { /* ... */ }
C# MCQs
What do the following two lines of code demonstrate? string Substring (int startIndex) { /* ... */ } string Substring (int startIndex, int length) { /* ... */ }
Answer
Correct Answer: Method overloading
Explanation:
Note: This Question is unanswered, help us to find answer for this one