| Lecture 3 - Slide 9 : 27 |
Simple examle of an ambiguity. |
'Float to double' conversion prefered over 'float to int' and 'float to long int'. |
double to Point via Point(double) constructor. |
'double to char' instead of 'double to Point'. |
Now in an ambiguity situation. |