What are base overloading methods in Python?
Answers
Answered by
5
heya!!!!!
gd evening.....
Method overloading. In Python you can define a method in such a way that there are multiple ways to call it. Given a single method or function, we can specify the number of parameters ourself. Depending on the function definition, it can be called with zero, one, two or more parameters.
#hope it helps you.....
plzz mark it as brainliest..... ^·^
harpreetsidhu16:
thnx
Answered by
2
Hello Mate,
Method overloading. In Python you can define a method in such a way that there are multiple ways to call it. Given a single method or function, we can specify the number of parameters ourself. Depending on the function definition, it can be called with zero, one, two or more parameters
Hope this helps you
Similar questions