MCQs>IT & Programming>JSharp - J#>Two functions are defined with the same name in a class: public boolean isGreater(int no1, int no2) public boolean isGreater(String st1, String st2) Which of the following concept does this definition represent?
JSharp - J# MCQs
Two functions are defined with the same name in a class: public boolean isGreater(int no1, int no2) public boolean isGreater(String st1, String st2) Which of the following concept does this definition represent?
Answer
Correct Answer: Overloading
Explanation:
Note: This Question is unanswered, help us to find answer for this one