ANIMATE 2025 is here! 2D/3D animation hackathon using Synfig Studio and Blender. For more details, Click here!

Method overloading - English

10767 visits



Outline:

Method overloading *define multiple methods. *methods with same name. *methods with different number of parameters. *methods with different datatypes of parameter. *what is method overloading? *example for overloadin method *how to overload method? *advantage of method overloading. *error in method overloading.