Function overloading: Difference between revisions

Content deleted Content added
m updated c++ link
Marudubshinki (talk | contribs)
No edit summary
Line 7:
Method overloading should not be confused with [[ad-hoc polymorphism]] or [[virtual function]]s. In those, the correct method is chosen at runtime.
 
[[Category:Programming constructs]]