Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

method overloading

Method overloading is providing two separate methods in a class 
with the same name but different arguments, while the method return type 
may or may not be different, which allows us to reuse the same method name.
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged: #method #overloading
ADD COMMENT
Topic
Name
5+8 =