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
|