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 about .Net products?
What is finalize method in .net?
How can you instantiate a tuple?
Explain how garbage collection works?
Explain what is the difference between response.redirect & server.transfer?
What is meant by localization?
How to get the number after decimal point in .net?
How many types of design patterns available in .NET?
Difference between abstract class and interface in .net?
How many design patterns can be created in .net?
Who is using .net core?
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
Explain what is an anonymous method and how is it different from a lambda expression?
What is .net latest version?
Explain how does assembly versioning work?