What is Method overloading?
Answers were Sorted based on User's Feedback
Answer / anandan
when a class has two same method names with different
parameters then it is called method overloading
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / abhishek kumar
A class having more then two method with the same name but
different signature.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / saranya
a class can have more than one method with same function
name but different in parameter passing is said to be
method overloading
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / dev yadav
when a class contain two method with same name but different list of argument.....is called method overloading
| Is This Answer Correct ? | 2 Yes | 0 No |
What is a class in oop?
What is inheritance and how many types of inheritance?
How oops is better than procedural?
Can you name some types of inheritance?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
Why it is called runtime polymorphism?
What do we mean by a hidden argument in a function?
Whats oop mean?
what is multithreading in c++ , what is difference between multithreading and singlethreading.
Write an operator overloading program to write S3+=S2.
Are polymorphisms mutations?