A method is defined in a class as : void processUser(int i) { } If this method is overriden in a sub class,

  1. the new method should return int

  2. the new method can return any type of values

  3. the argument list of new method should exactly match that of overriden method

  4. the return type of new method should exactly match that of overriden method


Correct Option: C,D

Find more quizzes: