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
Get me a number puzzle game-program
Templates mean
Can private class be inherited?
What is polymorphism and example?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is this pointer in oop?
What is the important feature of inheritance?
What are the benefits of oop?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is oops?what is its use in software engineering?
Which method cannot be overridden?
Why polymorphism is used in oops?
What is the problem with multiple inheritance?
What is class and object in oops?
What is the real time example of encapsulation?