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
How do you generate a strong name?
Write the .net syntax for 'while loop'?
Explain what is an anonymous method and how is it different from a lambda expression?
What is the difference between a debug and release build?
Difference between class and interface in .net?
Explain Different kinds of methods?
What are situations when you register .NET assembly in GAC ?
What are the types of assemblies in .net?
Explain how to stop a thread?
Explain can 2 different applications use the same dll in gac at the same time?
What is marshling?
What are three common acronyms used in .net, and what do they stand for?
What is the procedure to add assemly to gac to make it shared one?
How many design patterns can be created in .net?
Explain what is the difference between odbc and ado?