Multiple Choice
To overload a method which of the following statement is false?
A) If the return type is different methods are overloaded
B) Name of the overloaded method should be same
C) Type of the parameter should be different
D) Order of the parameter should be different if types are same
Correct Answer:

Verified
Correct Answer:
Verified
Q16: What will be the output of the
Q17: The formal-parameter-list is always enclosed in _.<br>A)Square<br>B)Semicolon<br>C)Parenthesis<br>D)Colon
Q18: Which of the following statements are correct?1.
Q19: Which of the following statements are correct
Q20: Which of the following statements is correct
Q22: Which of the following is the correct
Q23: Which of the following can be facilitated
Q24: Which method have same name as that
Q25: Which of the following can be used
Q26: Struct's data members are _ by default.<br>A)Protected<br>B)Public<br>C)Private<br>D)Default