InterviewSolution
Saved Bookmarks
| 1. |
What Is Over Loading And What Are Its Restrictions ? |
|
Answer» Over Loading means an object performing different functions DEPENDING UPON the number of PARAMETERS or the data TYPE of the parameters passed to it. Over Loading means an object performing different functions depending upon the number of parameters or the data type of the parameters passed to it. |
|