View Single Post
Old 17-01-08, 12:02 PM   #2 (permalink)
npdevi
Junior Member
 
Join Date: Jan 2008
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 1 npdevi is on a distinguished road
Smile Re: overloading,overriding

overloading means methods having the same name but with different parameters
overriding means methods having the same method name with same method signature that means having the same parameters also.
overloading means extension of the program.
overriding means replacement of the program
npdevi is offline   Reply With Quote