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 polymorphism? Explain with an example.
define a string class. overload the operator == to compare two strings
2 Answers Birla, Ericsson, HCL, Infosys, Infotech, MCAS, Satyam,
When is it necessary to use member-wise initialization list in C++?
what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use
Child cObj = new Parent() Wahts the output ?
what are three tenets of object orinted Systems?Why they call like that ? Please answer me. Advance thanks.
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
Write a program to reverse a string using recursive function?
What is differance between Abstract and Interface
When is a memory allocated to a class?
Why we are use # in begning of programme of c++.
c++ is a pure object oriented programming or not?