Sail E0 Webinar
Question
Can the method add() be overloaded in the following ways in C#?public int add() { }public float add(){ }
Options:
A .  True
B .  False
C .  None of the mentioned.
D .  None of the Above
Answer: Option B


C# provides feature of method overloading which means methods with same name but different types and arguments.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers