InterviewSolution
Saved Bookmarks
| 1. |
Which of these can be used to differentiate two or more methods having the same name?(a) Parameters data type(b) Number of parameters(c) Return type of method(d) All of the mentioned |
|
Answer» Right option is (d) All of the mentioned The best explanation: None. |
|