Method Overriding
When a class defines a method using the same name, return type, and arguments list as a method in its super class,then we can say it overrides the method in the super class.
September 10th, 2006 Admin Posted in Method Overriding No Comments »
Method Overriding
When a class defines a method using the same name, return type, and arguments list as a method in its super class,then we can say it overrides the method in the super class.