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 rare the types of jit and what is econo-jit?
How do you create threading in.net?
What’s different between process and application in .net?
Explain assemblies in .net?
Explain what is the difference between response.redirect & server.transfer?
Tell us why do we use the “using” statement?
What is lazy initialization?
What are two different types of remote object creation mode in .net?
Explain how to spawn a thread?
What is reflection in microsoft .net context?
What is the difference between imperative and interrogative code?
What is the use of design pattern?
Name the classes that are introduced in the system.numerics namespace.
What are code contracts?
What is the difference between a class and an object, and how do these terms relate to each other?