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
What are the types of assemblies in .net?
What is RCW (Run time Callable Wrappers)?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
What is SOAP? How you will do windows and forms authentication?
Explain what relationship is between a process, application domain, and application?
Explain difference between panel and groupbox classes using .net?
Explain about .net?
Tell us what is the native image generator?
What's singleton activation mode in .net?
What is .net environment?
What is smart navigation in .net?
Explain different types of html, web and server controls.
What tools is used to develop .NET applications?
What is meant by localization?
What are the main components in .net?