-
Which of these statement is incorrect?
-
- Two or more method having same name can be differentiated on basis of number of parameters
- If a method is returning a value the calling statement must have a variable to store that value
- Two or more methods with same name can be differentiated on the basis of their parameters data type
- Any already defined method in java library can be defined again in the program with different data type of parameters
- None of these
Correct Option: B
Even if a method is returning a value, it is not necessary to store that value.