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

What are main features of oop?

639


What is oops concept with example?

582


What are the data types in oop?

611


What are constructors in oop?

598


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

1645






What is abstraction with example?

609


What does no cap mean?

594


Can we override main method?

609


What do you mean by Encapsulation?

645


What is the importance of oop?

618


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

2012


What is an example of genetic polymorphism?

653


What do you mean by variable?

579


What does oop mean in snapchat?

689


Which type does string inherit from?

618