Function Overloading and Overriding in Solidity
Overloading
You can have numerous definitions for the same function name in the same scope if the function name is different. The types of arguments in the argument list, as well as the number of arguments in the argument list, must be different for ...
yakuzakiawe.hashnode.dev3 min read