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 cohesion in oop?
What is multilevel inheritance in oop?
Why do we use polymorphism?
What is meant by oops concept?
Can you explain polymorphism?
Is enum a class?
Can a destructor be called directly?
What is a class and object?
What is the types of inheritance?
2. Give the different notations for the class.\
What is the difference between inheritance and polymorphism?
How do you achieve polymorphism?
Which method cannot be overridden?
Why polymorphism is used in oops?
What are the important components of cohesion?