i have 2 functions, int add(int a,int b);
double add(int a,int b); does this code implement
overloading? if not what will be the error?
Answer Posted / manoj gharat
it will throw compile error because of same parameter's
data type in second overloaded function.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
Why do we use the “using” statement?
Please explain what is immutability, what is it for and how is it codified?
Explain how to stop a thread?
Do you know what is linq?
What tools is used to develop .NET applications?
Can a dll be changed to an exe?
What is multiThreading in .NET?
What is .net assembly?
What is misl?
How will you load an assembly which is not referenced by current assembly?
Explain me how does linq work?
Explain the difference between public and static modifiers?
What is 'Common Type System' (CTS) in .NET?
What is cyclomatic complexity and why is it important?