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
Difference between abstract class and interface in .net?
What is data type and how many types of data types are in .NET ?
What are an object and a class?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What is misl?
Is there any thread in our .net programs?
why you wouldn't want to write into it even if you could
Does .net supports destructors concept?
What is lazy initialization?
What is stored procedure ? how we use it in .NET ?
What is STA in .NET?
Difference between dispose and finallize method?
Describe the compilation process for .net code?
What is the difference between response.write & response.output.write?
What is an assembly? What are the different types of assemblies?