1.

Can the method add() be overloaded in the following ways in C#?public int add() { }public float add(){ }

A. True
B. False
C. can't say
D. None of the mentioned
Answer» C. can't say


Discussion

No Comment Found