Design a class to overload a method Action () given that : 1 void Action(int,int) - print larger variable
2. void Action (char,char ) - print first character in lower case,second in upper case 3 void Action (String, String) - print longer string Write main method to call all three overloaded methods
Answers
Answered by
0
Answer:
which language mentio
Explanation:
Similar questions