difference between overloading and overridding

Answer Posted / sanish joseph

In overloading functions will have same name but different
signatures(type of parameters,number of parameters etc..).
but in overloading functions must have same name and signature.

Is This Answer Correct ?    14 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain virtual inheritance?

887


What is a class oop?

756


Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.

2212


What is abstraction oop?

822


What is the highest level of cohesion?

766


Can you explain polymorphism?

823


How to improve object oriented design skills?

756


Is data hiding and abstraction same?

769


Can we override main method?

835


What is encapsulation process?

783


What is stream in oop?

1037


Can we create object of interface?

838


Get me a number puzzle game-program

1929


What is class in oop with example?

831


Templates mean

1827