❔ use of args in method
can someone explain the specific context in which we declare args in the methods?
e.g. for this method - no args are declared whereas for another mtd where new variables are introduced, args are declared.
Here's code:
e.g. for this method - no args are declared whereas for another mtd where new variables are introduced, args are declared.
Here's code: