InterviewSolution
Saved Bookmarks
| 1. |
What is the process of defining more than one method in a class differentiated by parameters known as?(a) Function overriding(b) Function overloading(c) Function doubling(d) None of the mentionedThis question was addressed to me in my homework.I need to ask this question from Method with Parameters in chapter Namespaces, Preprocessors and Networking of C# |
|
Answer» The correct answer is (b) Function overloading |
|