Answered You can hire a professional tutor to get the answer.
what happens if i have the following two functions?will these functions over load?
what happens if i have the following two functions?will these functions over load?these are different number of parameters,but the first one has a default value
int Area(int Width,int length=1);
int Area(int size)