Can the method add() be overloaded in the following ways in C#?
Posted: Wed Jul 13, 2022 7:56 pm
public int add() { }
public float add(){ }
a) True
b) False
public float add(){ }
a) True
b) False
Accurate answers. Every time.
https://answerhappy.com/