Which Of These Statement Is Incorrect #265
Which of these statement is incorrect?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Classes Methods - Java Methods Taking Parameters - Quiz No.1.
Which of these statement is incorrect?
Two or more methods with same name can be differentiated on the basis of their parameters data type
Two or more method having same name can be differentiated on basis of number of parameters
Any already defined method in java library can be defined again in the program with different data type of parameters
If a method is returning a value the calling statement must have a variable to store that value