Q. To overload a method which of the following statement is false? (Solved)
1. If the return type is different methods are overloaded
2. Name of the overloaded method should be same
3. Type of the parameter should be different
4. Order of the parameter should be different if types are same
- a. If the return type is different methods are overloaded