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 super in oop?
What is the difference between the c++ & java?
is there any choice in opting subjects like 4 out of 7
What is stream in oop?
How long to learn object oriented programming?
what isthe difference between c structure and c++ class
Can you explain polymorphism?
What is the difference between encapsulation and polymorphism?
Please send ford technologies placement paper 2 my mail id
You attempt to query the data base with this command: SELECT name, salary FROM employee WHERE salary=(SELECT salary FROM employee WHERE last name='Wagner' OR dept no=233) Choose most appropriate option from the following: 1)Sub-queries are not allowed in the where clause. 2)a multiple row sub-query used with a single row comparison operator. 3)a single row query is used with a multiple row comparison operator.
what is difference b/w object based and object oriented programming language?
18 Answers Chaitanya, College School Exams Tests, Educomp, IBM, Infosys, Telko,
write a program to find 2 power of a 5digit number with out using big int and exponent ?