Answer Posted / abhishek singh
Same Function Name with Diffrent Parameters(argument)
called function over loading.
Ex-1
public Functin Sqlquery(by val user id as string,by val
passowrd as string)
public Functin Sqlquery(by val From as string,by val To as
string)
Here u can see same name of function with different
parameters
Thanks & Regards
Abhishek singh
09709109796
abhishek_singh156@yahoo.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is ambiguity in inheritance?
What is polymorphism and example?
what type of question are asked in thoughtworks pair programming round ?
is there any choice in opting subjects like 4 out of 7
when to use 'mutable' keyword and when to use 'const cast' in c++
How is polymorphism achieved?
What causes polymorphism?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Why do we use class?
How do you define social class?
What is encapsulation process?
What is a null tree?
what are the realtime excercises in C++?
How can you overcome the diamond problem in inheritance?
What is abstract class in oop?