Kya baat hai kyaa baat hai samjh aa gya concept and sirf practices karni hai thanks
Python does not support method overloading in the traditional sense like some other programming languages. In Python, you can define multiple methods with the same name in a class, but the method that gets executed will be based on the number of arguments passed during the function call. This is known as "overloading by default." However, you cannot have multiple methods with the same name but different argument types like you would in languages with explicit method overloading. class Calculator: def add(self, a, b): return a + b def add(self, a, b, c): return a + b + c # In this case, only the second add method will be available. # The first add method is overridden, and you can only use the one that takes three arguments. # This is because Python supports method overloading by default based on the number of arguments.
Topic is gud but explanation is brief
sir, complicating topics ko ap aur detail me samjhaye more examples ke sath
Ekdum clear 💯
THANK YOU SIR
Superb video sir
thanks man
Sir make video _iter_ and _next_ method
Sir why some of the programs are not working in pycharm?
Thank you very much
Thank you sir ..
Thanks sir 🥰
Python does not allow method overloading
agar 2 classes ko aik sath call krwana ho 3rd class me to kese karein ge
Bakbas
bohot accha pdhate ho lekin ab mt pdhana
Not Good! Ghtia Way of Teaching
Thank you so much Sir
@wscubetech