Thursday, 6 June 2013

overloading

 it was a great day today weather was cool .............
i enjoyed today's lecture we did .....
OVERLOADING -----overloading is a way to perform multiple different different similar personality task with single object .its advantage is that user has to remember single object name...... basically  there are 2 types of overloading
1----->operator overloading
2----->function overloading
1-->operator overloading is technique to perform diff task with single operator based on type of argument
java does not allow the concept  of operator overloading
2-->when we define multiple methods with same name but either diff arguments or diff data types its called method overloading or function overloading



No comments:

Post a Comment