Thursday, March 28, 2024 13:50

Posts Tagged ‘overloading’

Functions and methods overloading

Monday, April 17th, 2017

There are times when we have functions or methods that perform basically the same thing, but use different kind of parameters. So, in other words, there are cases when we have methods with the same name, but with different signatures.… Read more


Follow the white rabbit