Method Overriding in Java – PART-3
Rules of method overriding in JavaArgument list: The argument list of overriding method must be same as that of the method in parent class (overridden). The data types of the arguments and their sequence should be maintained as it is in the overriding method.Access Modifier: The Access Modifier of the
Read more