View Single Post
Old 09-20-2016, 02:56 AM   #5
arshi1586
Registered User
 
Join Date: Sep 2016
Location: Bhopal , Madhya pradesh
Posts: 18
Overloading is a concept used to avoid redundant code where the same method name is used multiple times but with a different set of parameters. The actual method that gets called during runtime is resolved at compile time, thus avoiding runtime errors
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
arshi1586 is offline   Reply With Quote