What is Method overloading?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is constructor in oop?

814


What is overloading in oop?

753


Why we use classes in oop?

754


Why polymorphism is used in oops?

777


Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

1371


What is object in oops?

819


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2296


Why is polymorphism needed?

780


Why is oop better than procedural?

796


What is a class and object?

779


What is polymorphism in oops with example?

750


What is the real time example of inheritance?

840


What is multilevel inheritance?

935


What is variable example?

779


Write a program to sort the number with different sorts in one program ??

2093