Page 1 of 1

Can the method add() be overloaded in the following ways in C#?

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
public int add() { }
public float add(){ }
a) True
b) False