Can The Method Add Be Overloaded In The Following Ways In Cp #202
Can the method add() be overloaded in the following ways in C#?</p> <pre><code class="language-csharp"> public int add() { } public float add(){ } </code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Classes - Constructors in Class - Quiz No.1.