Overloading vs Overriding
Overload - The Power of Versatility
We can use the same method name, but the method parameter should differ by the number of parameters or type of parameter
Okay! What is the use of that right?
Using the same method name for a similar kind of opera...
mathankumar.hashnode.dev2 min read