View Single Post
Old 02-04-08, 02:40 PM   #5 (permalink)
ksingh
Junior Member
 
Join Date: Apr 2008
Age: 29
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 1 ksingh is on a distinguished road
Re: overloading,overriding

overloading is for same class while overriding is for child and parent class.
overloading will have same method name and different paramaeter but in overriding method name and parameter should be same.
ksingh is offline   Reply With Quote